Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
https://github.com/jspenguin2017/uBlockProtector/issues/1104
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Feb 22, 2020
1 parent 6b0430e commit 591c876
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/content/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,9 @@ a.generic.Adfly = () => {
// License: https://github.com/adsbypasser/adsbypasser/blob/master/LICENSE
a.inject(() => {
"use strict";
const err = new window.ReferenceError("ysmm is not defined");
const isDigit = /^\d$/;

const handler = (encodedURL) => {
if (window.document.body)
return;
Expand Down Expand Up @@ -1365,7 +1367,10 @@ a.generic.Adfly = () => {
val = value;
},
get() {
return val;
if (flag)
throw err;
else
return val;
},
});
} catch (err) {
Expand Down

0 comments on commit 591c876

Please sign in to comment.