Skip to content

Commit

Permalink
to be reverted
Browse files Browse the repository at this point in the history
  • Loading branch information
szilardszaloki committed Sep 14, 2023
1 parent 2cf9658 commit ae8d318
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/resources.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion filter_lists/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"support_url": "https://github.com/brave/adblock-lists"
},
{
"url": "https://raw.githubusercontent.com/brave/adblock-lists/master/brave-lists/brave-specific.txt",
"url": "https://raw.githubusercontent.com/brave/adblock-lists/szilard-fixes-navigation-on-youtube/brave-lists/brave-specific.txt",
"title": "Brave Specific",
"format": "Standard",
"support_url": "https://github.com/brave/adblock-lists"
Expand Down
2 changes: 2 additions & 0 deletions resources/brave-youtube-navigation-fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
current = previous + Number.EPSILON * 100000;
}

console.log(current);

return previous = current;
}
})();

0 comments on commit ae8d318

Please sign in to comment.