Skip to content

Commit 9ac6b7e

Browse files
committed
Prepare release 1.6.3
- Add more common phrases
1 parent a446a14 commit 9ac6b7e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

removebots.user.js

Lines changed: 5 additions & 5 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.6.2
4+
// @version 1.6.3
55
// @description Removes comments made by bots on websites such as YouTube.
66
// @author theusaf
77
// @match https://www.youtube.com/**
@@ -23,7 +23,7 @@ const SITES = Object.freeze({
2323
// word + link
2424
/^(\s*@.+)?\s*(This|[Ww]ow!?)\s*https:\/\/[^\s]+/,
2525
// phrase + line + link
26-
/([\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]+/,
26+
/(Finally it's here\.?|deceives.*subscribers:\.{1,}|[\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]+/,
2727
// link + random "word"
2828
/^(\s*@.+)?\s*https:\/\/[^\s]+\s*[a-z]+\s*$/,
2929
// link with a star at the end??
@@ -37,9 +37,9 @@ const SITES = Object.freeze({
3737
// single, somewhat strange word
3838
/^(Hii|Ye|Bruhh|Aawww?)$/,
3939
// common phrase
40-
/SPECIAL FOR YOU|l1ke my v1deo|small channel trying to grow| YouT\*ber|MY CONTENT|My video|pedophile😱|MY WORLD RECORD|(^Yes.{0,5}$)|said this to a fan|Read my name|[Mm]y mom.*subscribers|literally begging|MY VIDEOS?|my playlist|fucking cringe|[Dd][Oo][Nn]'?[Tt] read my name/,
41-
// replies to this bot
42-
/@Don'?t read my/i,
40+
/ ( ´ω ) 💕|I can read you mind brother|SPECIAL FOR YOU|l1ke my v1deo|small channel trying to grow| YouT\*ber|MY CONTENT|My video|pedophile😱|MY WORLD RECORD|(^Yes.{0,5}$)|said this to a fan|Read my name|[Mm]y mom.*subscribers|literally begging|MY VIDEOS?|my playlist|fucking cringe|[Dd][Oo][Nn]'?[Tt] read my name/,
41+
// replies to bots
42+
/@Don'?t read my|^(ro)?bot+$/i,
4343
// upside down chars
4444
/[ϛƐƖΛɹԀ˥ʞſפƎƆʎʍʌʇɹɯʞɾɥƃɟǝɔɐ]/,
4545
// just a single, weird character

0 commit comments

Comments
 (0)