diff --git a/src/content/core.js b/src/content/core.js index 56d287d95e..a4fd3ad706 100644 --- a/src/content/core.js +++ b/src/content/core.js @@ -1410,7 +1410,7 @@ a.generic.AdflyForcedNotification = () => { if (site === "adfly" && typeof dest === "string") { stop(); try { - console.log(dest);//location.href = dest; + location.href = dest; } catch (err) { console.error("[Nano] Failed :: Adfly Forced Notification Blocker"); }