Skip to content

Commit 625baef

Browse files
committed
fix(1.7.3): fix check
1 parent 1414df8 commit 625baef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

removebots.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// ==UserScript==
22
// @name Hide Bot Comments
33
// @namespace https://theusaf.org
4-
// @version 1.7.2
4+
// @version 1.7.3
55
// @description Removes comments made by bots on websites such as YouTube.
66
// @author theusaf
77
// @match https://www.youtube.com/**
@@ -26,7 +26,7 @@ const SITES = Object.freeze({
2626
// word + link
2727
/^(\s*@.+)?\s*(This|[Ww]ow!?)\s*https:\/\/[^\s]+/,
2828
// phrase + line + link
29-
/(Finally it's here\.?|deceives.*subscribers:\.{1,}|you .*will never love|[\u0401\u0451\u0410-\u044f,.:]{15,}.*|EXPOSED:|IS FREAK!|IS GARBAGE!{1,}|shocking truth.*|his subscribers.*|will stop watching.*|yes\.?|THE GAME.*|After watching this video you will never love.*)(\n|\s)(\n|.)*https:\/\/[^\s]+/,
29+
/(Finally it's here\.?|deceives.*subscribers:\.{1,}|you .*will never love.*|[\u0401\u0451\u0410-\u044f,.:]{15,}.*|EXPOSED:|IS FREAK!|IS GARBAGE!{1,}|shocking truth.*|his subscribers.*|will stop watching.*|yes\.?|THE GAME.*|After watching this video you will never love.*)(\n|\s)(\n|.)*https:\/\/[^\s]+/,
3030
// link + random "word"
3131
/^(\s*@.+)?\s*https:\/\/[^\s]+\s*[a-z]+\s*$/,
3232
// link with a star at the end??

0 commit comments

Comments
 (0)