From c7d65b2168fec0a6bcd5635c512456309c565945 Mon Sep 17 00:00:00 2001 From: OddDevelopment <135460135+OddDevelopment@users.noreply.github.com> Date: Tue, 30 Apr 2024 00:26:19 -0700 Subject: [PATCH] Update simpleblocker.js --- simpleblocker.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/simpleblocker.js b/simpleblocker.js index 9e12791..ca683c5 100644 --- a/simpleblocker.js +++ b/simpleblocker.js @@ -1,3 +1,8 @@ +// --- +// Coded by: https://odd.rip +// Get it now: https://github.com/OddDevelopment/Simple-Adblock-Detector +// --- + const outbrainErrorCheck = async () => { try { const resp = await fetch("https://widgets.outbrain.com/outbrain.js"); @@ -133,4 +138,4 @@ detectedAdblock().then(result => { if (result) { window.location.href = "./disable-adblock"; } -}); \ No newline at end of file +});