Add adthrive shim

This commit is contained in:
Raymond Hill 2026-01-14 12:30:58 -05:00
parent 2ec2610f36
commit b8bf0bbab4
No known key found for this signature in database
GPG key ID: F5630CAE62A14316
2 changed files with 7 additions and 0 deletions

View file

@ -55,6 +55,9 @@ export default new Map([
[ 'ampproject_v0.js', {
alias: 'ampproject.org/v0.js',
} ],
[ 'adthrive_abd.js', {
data: 'text',
} ],
[ 'chartbeat.js', {
alias: 'static.chartbeat.com/chartbeat.js',
} ],

View file

@ -0,0 +1,4 @@
(( ) => {
const d = new Date(Date.now() + 30000);
document.cookie = `__adblocker=false; expires=${d.toUTCString()}; path=/`;
})();