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

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed Mar 10, 2020
1 parent bc8f9d9 commit 3e5b9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 3e5b9b4

Please sign in to comment.