Skip to content

Commit

Permalink
update turnBack.js
Browse files Browse the repository at this point in the history
  • Loading branch information
soc authored Aug 1, 2024
1 parent b1488a5 commit 13dfc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/turnBack.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const undesirables = [
"news.ycombinator.com/",
"reddit.com/",
// "reddit.com/",
"lobste.rs/"
] ;
if (undesirables.find(site => document.referrer.includes(site))) {
Expand Down

0 comments on commit 13dfc54

Please sign in to comment.