Skip to content

Commit

Permalink
Update simpleblocker.js
Browse files Browse the repository at this point in the history
  • Loading branch information
OddDevelopment committed Apr 30, 2024
1 parent d6a616e commit c7d65b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion simpleblocker.js
Original file line number Diff line number Diff line change
@@ -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");
Expand Down Expand Up @@ -133,4 +138,4 @@ detectedAdblock().then(result => {
if (result) {
window.location.href = "./disable-adblock";
}
});
});

0 comments on commit c7d65b2

Please sign in to comment.