We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0efcde + ba2d363 commit 06d87adCopy full SHA for 06d87ad
src/chrome/content/rules/BarnesandNoble.xml
@@ -3,7 +3,7 @@
3
<target host="*.bn.com" />
4
<target host="barnesandnoble.com" />
5
<target host="*.barnesandnoble.com" />
6
- <exclusion pattern="http://www\.barnesandnoble\.com/[sw]/" />
+ <exclusion pattern="http://www\.barnesandnoble\.com/(?:google/ad\?url=|[sw]/)" />
7
<target host="*.imagesbn.com" />
8
9
src/chrome/content/rules/ZeniMax-Media.xml
@@ -8,6 +8,9 @@
<securecookie host="^(.*\.)?bethsoft\.com$" name=".*"/>
10
11
+ <rule from="^https?://cdn\.bethsoft\.com/"
12
+ to="https://d1bjnur3wbumt5.cloudfront.net/" />
13
+
14
<rule from="^http://(\w+\.)?bethsoft\.com/"
15
to="https://$1bethsoft.com/"/>
16
0 commit comments