We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
adthrive
1 parent 2ec2610 commit b8bf0bbCopy full SHA for b8bf0bb
src/js/redirect-resources.js
@@ -55,6 +55,9 @@ export default new Map([
55
[ 'ampproject_v0.js', {
56
alias: 'ampproject.org/v0.js',
57
} ],
58
+ [ 'adthrive_abd.js', {
59
+ data: 'text',
60
+ } ],
61
[ 'chartbeat.js', {
62
alias: 'static.chartbeat.com/chartbeat.js',
63
src/web_accessible_resources/adthrive_abd.js
@@ -0,0 +1,4 @@
1
+(( ) => {
2
+ const d = new Date(Date.now() + 30000);
3
+ document.cookie = `__adblocker=false; expires=${d.toUTCString()}; path=/`;
4
+})();
0 commit comments