qwertytrewq123

4chan(nel) Filtering Guide + How to Make Your Own Filters

Oct 7th, 2018
861
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.81 KB | None | 0 0
  1. A Gide to Filtering Posts in a Thread on 4chan(nel) + How to Create Your Own Filters
  2.  
  3. ###===============###===============###
  4.  
  5. IMPORTANT NOTES:
  6. --- Nearly all browsers have a feature to search for text (Ctrl + F). Use this feature to jump around the guide with ease. For example, if you want to jump to the Introduction, press Ctrl + F and type in "(001.)" or "Introduction". Alternatively, if you are looking for a specific filter, you can try and search the word you want filtered and it will lead you to the appropriate filter (not guaranteed to work, however).
  7. --- Some of these filters aren't perfect, and have ample room for improvement.
  8. --- It is somewhat likely that you will encounter false positives and/or unintentional filtering, depending on what filters you use and where you use them.
  9. --- The filters in this guide were made to get as little false positives as possible and avoid unintentional filtering.
  10.  
  11. ###===============###===============###
  12.  
  13. UPDATES:
  14. Any updates to this guide will be documented here (if I ever decide to update it, that is).
  15.  
  16. (Oct. 7, 2018): Initial creation
  17.  
  18. ###===============###===============###
  19.  
  20. (000.) - TABLE OF CONTENTS
  21.  
  22. (000.) Table of Contents
  23. (001.) Introduction
  24. (002.) How to Apply Filters
  25. (003.) How This Guide is Structured
  26. (004.) Filters
  27. (004A.) References to Other Sites / Services
  28. (004B.) Links
  29. (004C.) Thread Personalities, E-Celebs, and Boogeymen
  30. (004D.) Bitching and Whining
  31. (004E.) Buzzwords and Cringe
  32. (004F.) Miscellaneous
  33. (004G.) "Anti-Filter" Filters
  34. (005.) 4chan X Exclusive Filters
  35. (005A.) Forced Anonymity
  36. (005B.) Miscellaneous
  37. (005C.) MD5 Hashes
  38. (006.) How to Create Your Own Filters
  39. (006A.) - Literal Characters and Metacharacters
  40. (006B.) - Character Classes and Shorthand Character Classes
  41. (006C.) - Grouping
  42. (006D.) - Quantifiers
  43. (006E.) - Modifiers
  44. (006F.) - Other Important Items
  45. (006G.) - Conclusion to "How to Create Your Own Filters"
  46. (007.) Conclusion
  47. (008.) FAQ / Troubleshooting
  48.  
  49. ###===============###===============###
  50.  
  51. (001.) - INTRODUCTION
  52.  
  53. Are you tired of seeing the same shitposts over and over again? Can't handle the banter? Someone living in your head rent-free?
  54. Then this guide is for you!
  55.  
  56. This list contains numerous filters used to hide some common and blatant shitposting.
  57. Below, you will find:
  58. --- A guide on how to add these filters to your list (for both default 4chan(nel) and 4chan X)
  59. --- An explanation on the structure of the filters listed
  60. --- Numerous filters, organized into their own categories
  61. --- A small guide on how to create your own filters
  62.  
  63. I highly suggest you read the beginning sections of this guide if you are new to filtering to prevent mistakes.
  64. However, if you already have experience with filtering, then you can just go right ahead and skip straight to the list.
  65.  
  66. ###===============###===============###
  67.  
  68. (002.) - HOW TO APPLY FILTERS
  69.  
  70. IF YOU ARE USING DEFAULT 4CHAN(NEL):
  71. Step 1: Click [Settings] in the upper or lower right-hand corner of the screen.
  72. Step 2: A window should pop up. Click "Filters & Post Hiding".
  73. Step 3: In this submenu, look at the setting titled "Filter and highlight specific threads/posts". Make sure that the box to the left of this setting is checked, then click [Edit] to the right of this setting.
  74. Step 4: Another window should pop up. There should be a row of information:
  75. --- The check box under the "On" column toggles whether or not the filter is active.
  76. --- The text box under the "Pattern" column is where the actual filter goes.
  77. --- The small text box under the "Boards" column tells the filter what boards you want the filter to apply to, separated
  78. by a space. For example, if you want the filter to be applied to /v/ and /vg/, then you type in "v vg" (without quotes).
  79. Leave this box blank if you want the filter to apply to every board.
  80. --- The drop-down menu under the "Type" column is where you specify what field of the post the filter should apply to.
  81. The options are pretty self-explanatory. You'll likely use "Comment" a lot.
  82. --- The check box under the "Hide" column tells the filter that if it catches something, it will hide the offending
  83. post. Make sure it is checked.
  84. --- The x's under the "Del" column will delete the filter when clicked.
  85. Step 5: When finished, click the "Save" button on the bottom of the pop-up window, then "Save Settings" on the next pop-up window. Make sure you click "Save" and "Save Settings" instead of the x's on the upper right-hand corner of the window, otherwise your settings and filters will not be saved!
  86.  
  87.  
  88. IF YOU ARE USING 4CHAN X:
  89. Step 1: Click the wrench icon in the upper right-hand corner of the screen.
  90. Step 2: Click the "Filter" tab on the top of the window that pops up.
  91. Step 3: There should be a box that says "Guide". Click it to bring up a drop-down menu.
  92. --- This "Guide" window contains a lot of helpful information pertaining to filters. If you've never used filters
  93. before or are inexperienced with them, it is suggested that you read it.
  94. Step 4: In the drop-down menu, select the type of item that you want filtered. The options are pretty self-explanatory. You'll likely use "Comment" a lot.
  95. Step 5: Type in or paste the filter that you want in the large text box.
  96. --- Make sure each filter is on a new line.
  97. --- If you want to disable a filter, add a # to the very front of the line. This will comment the filter out.
  98. To re-enable the filter, simply remove the # in front.
  99. --- By default, the filter will apply to all boards. If you want the filter to only apply to certain boards, then add
  100. "boards:[boards]" to the filter (without quotation marks, and [boards] replaced with the actual board letter(s)
  101. separated by commas). For example, /ass/;boards:a,b will filter any post containing "ass" on /a/ and /b/ only.
  102. --- The reverse is also true; if you want the filter to apply to all boards EXCEPT for a select few, then add
  103. "exclude:[boards]" to the filter (without quotation marks, and [boards] replaced with the actual board letter(s)
  104. separated by commas). For example, /fuck/;exclude:c,d will filter any post containing "fuck" everywhere EXCEPT for
  105. /c/ and /d/.
  106. Step 6: When finished, close the menu and refresh the page.
  107.  
  108. ###===============###===============###
  109.  
  110. (003.) - HOW THIS GUIDE IS STRUCTURED
  111.  
  112. Each entry in the guide below is structured as follows:
  113.  
  114. FILTER: The filter itself.
  115. TYPE: What you select in the drop-down menu (See the section "How to Apply Filters" for more information)
  116. DESCRIPTION: An explanation of the filter and what it filters.
  117. EXAMPLES: Some (not all) examples of what gets filtered if the filter is applied.
  118. VERSION: The version number of the filter. Used to document changes and fixes to a filter and shows if it received updates.
  119. NOTE: Any miscellaneous notes about the filter. Not all entries will have this part.
  120.  
  121. Make sure to type in or copy the filter exactly as it appears next to "FILTER"; otherwise, it probably won't work.
  122.  
  123. ###===============###===============###
  124.  
  125. (004.) - FILTERS
  126.  
  127. The following filters in this section will work for both default 4chan(nel) and 4chan X.
  128.  
  129. (004A.) - REFERENCES TO OTHER SITES / SERVICES
  130.  
  131. You have to go back, etc. etc.
  132.  
  133. FILTER: /[rpl]l?e[db]{2}it\w*\b/i
  134. TYPE: Comment
  135. DESCRIPTION: Filters "Reddit" and variants.
  136. EXAMPLES: redditor, PLEBBIT, Leddit
  137. VERSION: 1
  138.  
  139. FILTER: /(d|t)umblr/i
  140. TYPE: Comment
  141. DESCRIPTION: Filters "Tumblr" and variants.
  142. EXAMPLES: tumblr, TUMBLRITE, Tumblrina
  143. VERSION: 1
  144.  
  145. FILTER: /(dis|shits|jews?)cords?/i
  146. TYPE: Comment
  147. DESCRIPTION: Filters "Discord" and variants.
  148. EXAMPLES: Discord, shitscord, JEWSCORD
  149. VERSION: 1
  150.  
  151. FILTER: /straw[- ]?poll(?!\.me)/i
  152. TYPE: Comment
  153. DESCRIPTION: Filters "Strawpoll" and variants.
  154. EXAMPLES: strawpoll, STRAW-POLL
  155. VERSION: 1
  156. NOTE: Will NOT filter out Strawpoll links.
  157.  
  158.  
  159.  
  160. (004B.) - LINKS
  161.  
  162. Don't want to see links for some reason? These are for you.
  163.  
  164. FILTER: /youtu(\.be|be\.com)/
  165. TYPE: Comment
  166. DESCRIPTION: Filters any YouTube links.
  167. EXAMPLES: youtube.com/watch?v=..., youtu.be/...
  168. VERSION: 1
  169. NOTE: Will NOT filter out the word "YouTube".
  170.  
  171. FILTER: /strawpoll\.me/
  172. TYPE: Comment
  173. DESCRIPTION: Filters those Strawpolls that TOTALLY have an impact on anything and DEFINITELY do not incite pointless arguments about things that don't matter at all.
  174. EXAMPLES: strawpoll.me/...
  175. VERSION: 1
  176. NOTE: Will NOT filter out the word "Strawpoll".
  177.  
  178. FILTER: /pastebin\.com/
  179. TYPE: Comment
  180. DESCRIPTION: Filters Pastebin links.
  181. EXAMPLES: pastebin.com/...
  182. VERSION: 1
  183. NOTE: Will NOT filter out the word "Pastebin".
  184. NOTE: Ironically, will filter out links to this Pastebin as well
  185.  
  186.  
  187.  
  188. (004C.) - THREAD PERSONALITIES, E-CELEBS, AND BOOGEYMEN
  189.  
  190. They live in your head rent-free.
  191.  
  192. FILTER: /\n>?t\./i
  193. TYPE: Comment
  194. DESCRIPTION: Filters any instance of "t.".
  195. EXAMPLES: t. xfag, t. burger, >t. eurocuck
  196. VERSION: 1
  197.  
  198. FILTER: /\b[\w]+(fag(got)?s?|anons?|cunts?|posters?|homos?|tards?|niggers?|shitters?|friends?|fair(y|ies))/i
  199. TYPE: Comment
  200. DESCRIPTION: Filters any and all Xfags, Xanons, Xcunts, Xposters, Xfriends, etc.
  201. EXAMPLES: footfag, xyzfriend, AVATARFAGS, shitposters, newFAG, oldfags, drawfriends, ESODfag
  202. VERSION: 1
  203. NOTE: Very excessive. Use if you really don't want to see any mention of the above.
  204. NOTE: Will not filter out fag, anon, cunt, poster, friend, etc.
  205. NOTE: Causes a LOT of unintentional filtering. Things like "retard", "girlfriend", and "canon" will be caught by this filter.
  206.  
  207. FILTER: /\b[\w]+(fag(got)?s?|anons?)/i
  208. TYPE: Comment
  209. DESCRIPTION: Filters any and all Xfags and Xanons.
  210. EXAMPLES: potatofag, AVATARFAGS, newFAG, oldfags, ESODfag
  211. VERSION: 1
  212. NOTE: Not as excessive as the filter above. Use if you want a simplified version of the filter above, or don't want most of the unintentional filtering (keyword: MOST. Still causes some unintentional filtering).
  213. NOTE: Will not filter out fag and anon.
  214.  
  215.  
  216.  
  217. (004D.) - BITCHING AND WHINING
  218.  
  219. Because your opinion really matters. Be the change you want to see, or whatever.
  220.  
  221. FILTER: /blog(post(ing|s)?|shitters?|g?er)?/i
  222. TYPE: Comment
  223. DESCRIPTION: Filters "blogposting" and variants.
  224. EXAMPLES: blogpost, BLOGSHITTER, Blog, blogPOSTS
  225. VERSION: 1
  226.  
  227. FILTER: /\be[ -]?celebs?/i
  228. TYPE: Comment
  229. DESCRIPTION: Filters "e-celeb" and variants.
  230. EXAMPLES: e-celeb, ECelebs, e CELEBS
  231. VERSION: 1
  232.  
  233. FILTER: /attention[ -]?whor(e|e?ing)/i
  234. TYPE: Comment
  235. DESCRIPTION: Filters "attentionwhore" and variants.
  236. EXAMPLES: attention whoring, Attentionwhore
  237. VERSION: 1
  238.  
  239. FILTER: /off[ -]?topic/i
  240. TYPE: Comment
  241. DESCRIPTION: Filters "off-topic" and variants.
  242. EXAMPLES: off-topic, Off topic
  243. VERSION: 1
  244.  
  245. FILTER: /(content[- ]?polic(e|e?ing))|(polic(e|e?ing)[- ]?content)/i
  246. TYPE: Comment
  247. DESCRIPTION: Filters accusations of content policing.
  248. EXAMPLES: content police, Policing CONTENT
  249. VERSION: 1
  250.  
  251. FILTER: /shit[ -]?post/i
  252. TYPE: Comment
  253. DESCRIPTION: Filters "shitpost" itself and variants.
  254. EXAMPLES: shitpost, SHIT POSTING, Shit-Posts
  255. VERSION: 1
  256.  
  257.  
  258.  
  259. (004E.) - BUZZWORDS AND CRINGE
  260.  
  261. Remember when these words actually meant something instead of being used as generic insults?
  262.  
  263. FILTER: /primar(y|ies)/i
  264. TYPE: Comment
  265. DESCRIPTION: Filters "primary" and variants.
  266. EXAMPLES: Primary, primaries
  267. VERSION: 1
  268.  
  269. FILTER: /secondar(y|ies|y?ism)/i
  270. TYPE: Comment
  271. DESCRIPTION: Filters "secondary" and variants.
  272. EXAMPLES: SECONDARIES, Secondary, secondaryism
  273. VERSION: 1
  274.  
  275. FILTER: /te(tr|rt)iar(y|ies)/i
  276. TYPE: Comment
  277. DESCRIPTION: Filters "tertiary" and variants.
  278. EXAMPLES: TETRIARIES, tertiary
  279. VERSION: 1
  280.  
  281. FILTER: /[bz][o0]{2}mers?/i
  282. TYPE: Comment
  283. DESCRIPTION: Filters "boomer" and "zoomer" and variants.
  284. EXAMPLES: boomers, ZOOMers, BOOMER
  285. VERSION: 1
  286.  
  287. FILTER: /incels?/i
  288. TYPE: Comment
  289. DESCRIPTION: Filters "incel" and variants.
  290. EXAMPLES: incel, INCELS, r/incels
  291. VERSION: 1
  292.  
  293. FILTER: /autis(m|tic|t)s?/i
  294. TYPE: Comment
  295. DESCRIPTION: Filters "autism" and variants.
  296. EXAMPLES: autism, AUTISTIC, Autists
  297. VERSION: 1
  298.  
  299. FILTER: /cring(e|e?y|ed|ier)/i
  300. TYPE: Comment
  301. DESCRIPTION: Filters "cringe" and variants.
  302. EXAMPLES: cringe, CRINGY
  303. VERSION: 1
  304.  
  305. FILTER: /seeth(e|e?ing)/i
  306. TYPE: Comment
  307. DESCRIPTION: Filters "seethe" and variants.
  308. EXAMPLES: seethe, SEETHING
  309. VERSION: 1
  310.  
  311. FILTER: /\bdab(bed)?\b/i
  312. TYPE: Comment
  313. DESCRIPTION: Filters "dab" and variants.
  314. EXAMPLES: dab, DAB, Dabbed on
  315. VERSION: 1
  316.  
  317. FILTER: /edg(y|e)/i
  318. TYPE: Comment
  319. DESCRIPTION: Filters "edge" and variants.
  320. EXAMPLES: edgelord, EDGY, ow the edge
  321. VERSION: 1
  322.  
  323. FILTER: /\b[t2]bq?h/i
  324. TYPE: Comment
  325. DESCRIPTION: Filters "TBH" and variants.
  326. EXAMPLES: tbqhdesu, Tbh
  327. VERSION: 1
  328.  
  329. FILTER: /yikes/i
  330. TYPE: Comment
  331. DESCRIPTION: Filters "yikes" and variants.
  332. EXAMPLES: Yikes, YIKES
  333. VERSION: 1
  334.  
  335. FILTER: /(bas(te|ed|ado))(?!(\s(on|off|in|out)))/i
  336. TYPE: Comment
  337. DESCRIPTION: Filters misuse of "based".
  338. EXAMPLES: based, BASTE
  339. VERSION: 1
  340.  
  341. FILTER: /bas(te|ed|ado)/i
  342. TYPE: Comment
  343. DESCRIPTION: Like the above filter but has NO exceptions. Use this one OR the one above, as using both is redundant.
  344. EXAMPLES: based on, BASTE, Absolutely BASED
  345. VERSION: 1
  346.  
  347. FILTER: /\w+-?pills?/i
  348. TYPE: Comment
  349. DESCRIPTION: Filters all sorts of pills.
  350. EXAMPLES: redpill, blue-pilled, blackpill, fuck-me-in-the-ass-pilled
  351. VERSION: 1
  352.  
  353. FILTER: /\bwee(b|abo[ou])s?/i
  354. TYPE: Comment
  355. DESCRIPTION: Filters "weeaboo" and variants.
  356. EXAMPLES: weebs, WEEABOOS
  357. VERSION: 1
  358.  
  359. FILTER: /br+a+p/i
  360. TYPE: Comment
  361. DESCRIPTION: Filters "brap" and variants.
  362. EXAMPLES: brap, BRAAAAAAP, Braphog
  363. VERSION: 1
  364.  
  365. FILTER: /\b(kys|(kill\syour?sel(f|ves)))/i
  366. TYPE: Comment
  367. DESCRIPTION: Ouch
  368. EXAMPLES: KYS, kill yourself, KILL YOURSELVES
  369. VERSION: 1
  370.  
  371. FILTER: /\bfag(g?ot)?s?\b/i
  372. TYPE: Comment
  373. DESCRIPTION: Filters "faggot" by itself and variants.
  374. EXAMPLES: fag, FAGGOT, Fags
  375. VERSION: 1
  376.  
  377. FILTER: /\ble\b/i
  378. TYPE: Comment
  379. DESCRIPTION: Filters reddit incarnate
  380. EXAMPLES: le seethe
  381. VERSION: 1
  382.  
  383. FILTER: /trann(y|ies)?/i
  384. TYPE: Comment
  385. DESCRIPTION: Filters reddit incarnate
  386. EXAMPLES: le seethe
  387. VERSION: 1
  388.  
  389.  
  390.  
  391. (004F.) - MISCELLANEOUS
  392.  
  393. These filters don't really fit a particular category. However, they're still very useful.
  394.  
  395. FILTER: /\w+\*+\w+/
  396. TYPE: Comment
  397. DESCRIPTION: Filters words that have been censored by asterisks.
  398. EXAMPLES: th*s, c*ck, f*ck
  399. VERSION: 1
  400.  
  401. FILTER: /[:;x](\^)?(\s)?(\^)?(')?[)do(]/i
  402. TYPE: Comment
  403. DESCRIPTION: Filters a few common text faces.
  404. EXAMPLES: :), ;O, :^). :'D
  405. VERSION: 1
  406. NOTE: Possibly causes unintentional filtering. Needs more testing.
  407.  
  408. FILTER: /\*[\w ]+\*/
  409. TYPE: Comment
  410. DESCRIPTION: Filters actions encapsulated in asterisks.
  411. EXAMPLES: *teleports behind you*, *snap*, *brap*
  412. VERSION: 1
  413.  
  414. FILTER: /([a-z])\1\1\1\1\1+/i
  415. TYPE: Comment
  416. DESCRIPTION: Filters letters repeated more than five times.
  417. EXAMPLES: AAAAAAA, WwWwWwW, ZZZzzz
  418. VERSION: 1
  419.  
  420. FILTER: /([a-z]-)\1+/i
  421. TYPE: Comment
  422. DESCRIPTION: Filters stutters. Filtering begins at 2 stutters.
  423. EXAMPLES: C-C-C-COMBO BREAKER
  424. VERSION: 1
  425.  
  426. FILTER: /^>[^\n]*$/
  427. TYPE: Comment
  428. DESCRIPTION: Filters posts with just one line of greentext.
  429. EXAMPLES: >he doesn't know, >implying
  430. VERSION: 1
  431.  
  432. FILTER: /\B\/(\w{1,4})\/\B/
  433. TYPE: Comment
  434. DESCRIPTION: Filters any mention of boards, generals, etc.
  435. EXAMPLES: /a/, /jp/, /out/, /v/
  436. VERSION: 1
  437.  
  438. FILTER: /~/
  439. TYPE: Comment
  440. DESCRIPTION: Filters the tilde.
  441. EXAMPLES: desu~, uguu~~~
  442.  
  443. FILTER: /#/
  444. TYPE: Comment
  445. DESCRIPTION: Filters the pound sign / number sign / hashtag.
  446. EXAMPLES: #handleit, #metoo
  447.  
  448.  
  449.  
  450. (004G.) - "ANTI-FILTER" FILTERS
  451.  
  452. Is someone trying to be slick? Then use these.
  453.  
  454. FILTER: /\b(\w\s){4}\w\b/i
  455. TYPE: Comment
  456. DESCRIPTION: Filters words with its letters spaced.
  457. EXAMPLES: d i s c o r d, s e e t h i n g, b a s e d, a b c d e f g
  458. VERSION: 1
  459. NOTE: This filter received little testing. Possibility of unintentional filtering.
  460.  
  461. FILTER: /\b\w+[\[\{].*[\]\]]\w+\b/i
  462. TYPE: Comment
  463. DESCRIPTION: Filters posts broken up by square and curly brackets.
  464. EXAMPLES: F[u]ck, tb{q}h
  465. VERSION: 1
  466. NOTE: This filter received little testing. Possibility of unintentional filtering.
  467.  
  468. FILTER: /\w+\.+\w+/
  469. TYPE: Comment
  470. DESCRIPTION: Filters posts broken up by periods.
  471. EXAMPLES: fu.ck, hel.lo
  472. VERSION: 1
  473. NOTE: Will unintentionally also filter posts that don't provide a space after the period at the end of a sentence. For example,
  474. "This is a test.You failed." will be filtered.
  475.  
  476. FILTER: /[ɑæɐɑ̃βɓʙɕçðʒɗɖəɚɵɘɛɜẽɛ̃ɝɞɠɢʛɥɦħḥɧʜɪɪ̈ɨɟʝʄɫɬɭɮʟɱŋɲɴɳɔœøɒɔ̃ɶɸɾʁɹɻʀɽɺʃʂșθʃʈʊʉʌʋʍɯɰχʎɣʏɤʒʐʑʔʕʢʡⱭⱰⱯƁƂꞴƆƇÐƉƊƊƏƎƐꞫꞬƓƔĦꞪꞍƗꞮƖꞲƘꞰⱢꞭⱮƜŊƝȠƟƤɊⱤƦƩƮŦƬꞱɄƱƲɅꞳꭓƷΘΦɁŤťṪṫŢţṬṭȚțṰṱṮṯŦŧȾⱦƬƭƮʈẗᵵƫȶ]+/
  477. TYPE: Comment
  478. DESCRIPTION: Filters out many letters used in other languages.
  479. EXAMPLES: niggẽr, fɑ̃ggot
  480. VERSION: 1
  481. NOTE: VERY excessive. You should only use this filter if someone is actively attempting to bypass filters.
  482.  
  483. FILTER: /[àáâäæãåāăçćčèéêëēėẽęìįīíïîłńñõōøœóòöôßśšūúùüûÿžźżÀÁÂÄÆÃÅĀÇĆČÈÉÊËĒĖĘÌĮĪÍÏÎŁŃÑÕŌØŒÓÒÖÔŚŠŪÚÙÜÛŸŽŹŻ]+/
  484. TYPE: Comment
  485. DESCRIPTION: Filters out many letters used in other languages.
  486. EXAMPLES: rëddit, ávatarfag
  487. VERSION: 1
  488. NOTE: Similar to the filter above. Might contain some duplicates.
  489. NOTE: VERY excessive. You should only use this filter if someone is actively attempting to bypass filters.
  490.  
  491. FILTER: /[ΑαΒβΓγΔδΕεΖζΗηΘθΙιΚκΛλΜμΝνΞξΟοΠπΡρΣσςΤτΥυΦφΧχΨψΩω]+/
  492. TYPE: Comment
  493. DESCRIPTION: Filters out many letters used in other languages.
  494. EXAMPLES: αsshole, Ρenis
  495. NOTE: Similar to the two filters above. Might contain some duplicates.
  496. NOTE: VERY excessive. You should only use this filter if someone is actively attempting to bypass filters.
  497.  
  498. FILTER: /[БГДёЖПФИйЛЦШЩЭЮЯЫЪЬАаБбВвГгДдЕеЁёЖжЗзИиЙйКкЛлМмНнОоПпРрСсТтУуФфХхЦцЧчШшЩщЪъЫыЬьЭэЮюЯя]+/
  499. TYPE: Comment
  500. DESCRIPTION: Filters communists.
  501. EXAMPLES: Ьastard, Гetard
  502. VERSION: 1
  503. NOTE: VERY excessive. You should only use this filter if someone is actively attempting to bypass filters.
  504.  
  505. ###===============###===============###
  506.  
  507. (005.) - 4CHAN X EXCLUSIVE FILTERS
  508.  
  509. The following filters in this section will only work with 4chan X, and not with default 4chan(nel).
  510.  
  511. (005A.) - FORCED ANONYMITY
  512.  
  513. Thread overrun by namefags and tripfags? Use these.
  514.  
  515. FILTER: /^(?!Anonymous$)/
  516. TYPE: Name
  517. DESCRIPTION: Filters any and all namefags (in other words, filters any post that has a name other than Anonymous).
  518. EXAMPLES: Anon, AnOnYmOuS
  519. VERSION: 1
  520. NOTE: For some reason, this filter doesn't work in default 4chan(nel), but works flawlessly in 4chan X.
  521. NOTE: This filter already comes with 4chan X, but it is commented out. Remove the # in front of the filter in the "Name" section to apply it.
  522.  
  523. FILTER: /^!/
  524. TYPE: Tripcode
  525. DESCRIPTION: Filters any and all tripfags.
  526. EXAMPLES: !123456.abcdef
  527. VERSION: 1
  528. NOTE: For some reason, this filter doesn't work in default 4chan(nel), but works flawlessly in 4chan X.
  529. NOTE: This filter already comes with 4chan X, but it is commented out. Remove the # in front of the filter in the "Tripcode" section to apply it.
  530.  
  531.  
  532.  
  533. (005B.) - MISCELLANEOUS
  534.  
  535. Random 4chan X-exclusive filters here.
  536.  
  537. FILTER: /^[>@]\d+$/m
  538. TYPE: Comment
  539. DESCRIPTION: Filters anti-(You) replying.
  540. EXAMPLES: @123456789, >987654321
  541. VERSION: 1
  542.  
  543.  
  544.  
  545. (005C.) - MD5 HASHES
  546.  
  547. 4chan X allows you to filter MD5 hashes. Simply speaking, this allows you to filter images. Place the hash into the "Image MD5" section of your filter list.
  548.  
  549. Below are some other Pastebins filled with MD5 hashes.
  550. NOTE: I did not create these Pastebins, meaning that they are subject to change/deletion.
  551.  
  552. Pepes, Wojaks, etc.
  553. https://pastebin.com/PDL78Gy1
  554. https://paste2.org/bMzWEOY9
  555.  
  556. Here are some specific hashes.
  557.  
  558. *none yet*
  559.  
  560. ###===============###===============###
  561.  
  562. (006.) - HOW TO CREATE YOUR OWN FILTERS
  563.  
  564. The main purpose of this guide is to offer a list of pre-made filters to anyone who wants or needs them and allow the filters to be effortlessly copied into someone's filter list. Of course, it is impossible to create a list that will satisfy everyone. That's what this section is for. Don't see a certain filter that you want? Then you have the option of making one yourself.
  565.  
  566. Keep in mind that this tutorial is not meant to be a comprehensive guide; it is just a somewhat lengthy introduction to how filters operate. I recommend you do some outside research on "Regular Expressions" if you want more in-depth explanations. Also, I am no expert on the subject matter, but I know enough relevant information for filtering. With that out of the way, let's begin.
  567.  
  568. 4chan(nel) and 4chan X both utilize regular expressions in JavaScript for filters. If you haven't noticed already, a lot of the filters above share a few common characteristics; for example, the forward slashes (/) at the beginning and end of the filter and the single letter at the very end (like "i"). Generally speaking, there are some rules to follow:
  569.  
  570. --- Regular expressions should be encapsulated in forward slashes (/).
  571. --- Modifiers belong at the very end of the expression, after the final forward slash.
  572. --- Unless specified, expressions will detect EVERY instance where it applies. For example, /mat/ filters "mat", but it also filters "doormat", "matter", "tomato", and "mate". The examples in this guide don't really convey this crucial fact, but just keep it in mind when creating filters. You'll learn how to specify when filters apply later on in this section...
  573.  
  574.  
  575.  
  576. (006A.) - LITERAL CHARACTERS AND METACHARACTERS
  577.  
  578. Literal characters are literally characters that do nothing. For example, in the expression /abc/, the "a", "b", and "c" are literal, ordinary characters. However, there are some characters that are special, and these are sometimes called "metacharacters". Metacharacters have a special meaning in regular expressions, and will thus likely cause errors when used alone. The metacharacters are as follows:
  579. --- the question mark (?): See the subsection "Quantifiers".
  580. --- the caret (^): See the subsections "Character Classes and Shorthand Character Classes" and "Other Important Items".
  581. --- the vertical bar (|): See the subsection "Grouping and Capturing".
  582. --- the period (.): See the subsection "Other Important Items".
  583. --- the backslash (\): Used to turn some literal characters into metacharacters, and vice versa (See last sentence of this subsection).
  584. --- the asterisk (*): See the subsection "Quantifiers".
  585. --- the dollar sign ($): See the subsection "Other Important Items".
  586. --- the plus sign (+): See the subsection "Quantifiers".
  587. --- the opening and closing parentheses (()): See the subsection "Grouping and Capturing".
  588. --- the opening square bracket ([): See the subsection "Character Classes and Shorthand Character Classes".
  589. --- the opening curly bracket ({): See the subsection "Quantifiers".
  590.  
  591. Metacharacters must be preceded with a backslash (\) in order to use them as literal characters. For example, /I get $$$/ will only match "I get", while /I get \$\$\$/ will match "I get $$$". Likewise, certain literal characters preceded with a backslash become metacharacters. For example, "s" by itself is a literal character, but "\s" becomes a shorthand character class (See next section).
  592.  
  593.  
  594.  
  595. (006B.) - CHARACTER CLASSES AND SHORTHAND CHARACTER CLASSES
  596.  
  597. A character class will match one instance out of several. Character classes use square brackets ([]) to denote something as a character class. Hyphens (-) can be used to denote a range of characters; multiple ranges can be used at once and individual characters can be included as well. Keep in mind that character classes are case-sensitive. Below are several examples of character classes:
  598. --- /[abc]/ will match either "a", "b", or "c" individually.
  599. --- /[a-n]/ will match any character in the alphabet starting at "a" and ending at "n", like "e", "h", and "n".
  600. --- /t[ioa]ts/ will match "tits", "tats", and "tots", but not "tioats", "tets", or "tAts".
  601. --- /[a-oA-Oq-zQ-ZP]/ will match the entire alphabet EXCEPT for the lowercase "p".
  602. --- /[0-5]/ will match any number from 0 to 5.
  603. --- /[a-nO-Z0-7]/ will match any lowercase letter from "a" to "n", any uppercase letter from "O" to "Z", and any number from 0 to 7.
  604.  
  605. A caret (^) can be used to match characters NOT in the character class. Examples include:
  606. --- /[^abc]/ is functionally identical to /[d-z]/ and will match any uppercase letter and any letter from "d" to "z".
  607. --- /t[^i]ts/ will match "tats", "tots", "t8ts", "t%ts", etc., but not "tits".
  608.  
  609. Since some character classes are used so frequently, shorthand character classes are used in place of them for ease. Shorthand character classes are metacharacters that function identically to the character classes they are replacing, but are cleaner and a lot nicer to look at.
  610. --- "\w" will match any word character, and it takes the place of [A-Za-z0-9_].
  611. --- "\d" will match any digit, and it takes the place of [0-9].
  612. --- "\s" will match any whitespace character, and it takes the place of spaces, tabs, and linebreaks.
  613.  
  614.  
  615.  
  616. (006C.) - GROUPING AND CAPTURING
  617.  
  618. You can group characters together for more intricate and precise filters. Use a set of parenthesis (()) to create a group of characters. Furthermore, you can use the vertical bar (|) to create choices for the filter you are creating. Some examples of grouping include:
  619. --- /Fuck(er|\soff)/ will match both "Fucker" and "Fuck off".
  620. --- /a(b|c)/ will match both "ab" and "ac".
  621. --- /(yes|no|maybe)/ will match "yes", "no", and "maybe".
  622.  
  623.  
  624.  
  625. (006D.) - QUANTIFIERS
  626.  
  627. Quantifiers are used to detect repetition. They allow for more concise, organized regular expressions that are extremely useful in detecting instances of repeated and situational characters. Keep in mind that quantifiers will only detect whatever is right before them.
  628.  
  629. The plus sign (+) is used to detect instances where a word, group, or class matches one or more times. Examples include:
  630. --- /ba+/ will match "ba", "baaa", and "baaaaaaaaaa", but not "b" or "bAAAA".
  631. --- /pi+zza/ will match "pizza", "piiiiiza", and "piiiiiiiiiiza", but not "pzza" or "pIzza".
  632. --- /10+/ will match 10, 10000, 1000000, and 100000000000, but not 1.
  633. --- /(br)+/ will match "br", "brbrbr", and "brbrbrbrbrbrbr", but not "BRBR", "b", "r", or "rb".
  634. --- /s[au]+ck/ will match "suck", "sack", "suuuuuck", "saaaaack", "suauauauck", "saaaaaauuuuuuaaaaack", etc.
  635. --- /1\s+2/ will match "1 2", "1 2", "1 2", etc.
  636.  
  637. The asterisk (*) is used to detect instances where a word, group, or class matches zero or more times. Examples include:
  638. --- /ab*c/ will match "abc", "ac", and "abbbbbbbc".
  639. --- /25*/ will match 2, 25, and 255555555, but not 5.
  640. --- /ha(ha)*/ will match "ha", "haha", "hahahahahahaha", etc.
  641. --- /f[ua]*ck/ will match "fck", "fuck", "faaack", "fuuuuaack", etc.
  642.  
  643. The question mark (?) is used to detect instances where a word, group, or class either appears once or does not appear at all. Examples include:
  644. --- /favou?rite/ will match both "favorite" and "favourite".
  645. --- /ass(hole)?/ will match both "ass" and "asshole", but not "hole".
  646. --- /no\s?space/ will match both "no space" and "nospace".
  647. --- /red (letter|rover)?/ will match "red", "red letter", and "red rover", but not "letter" or "rover".
  648.  
  649. The curly brackets ({}) are used with numbers to detect instances where a word, group, or class repeats a certain amount of times. If the brackets have a certain number, then the expression will detect repetition according to that number. If the brackets have two numbers separated by a comma (,), then the expression will detect repetition according to that range of numbers. If the brackets have only one number followed by a comma, then the expression will detect repetition starting at that number. Examples include:
  650. --- /ga{5}y/ will ONLY match "gaaaaay", and not "gay" or "gaaay".
  651. --- /no{3,5}/ will match "nooo" and "nooooo", but not "no".
  652. --- /la[zs]{2,}er/ will match "lazzzzzer", "laszer", and "lazzzzzsssszzzzszssszzer", but not "lazer" or "laser".
  653.  
  654.  
  655.  
  656. (006E.) - MODIFIERS
  657.  
  658. Modifiers do exactly what you'd think they do: they modify a regular expression. As stated previously, modifiers go at the very end of a regular expression after the final forward slash (/). Modifiers are NOT required for an expression to function, but they expand on the filtering capabilities of it. There are a few modifiers, but for the purposes of filtering (and the fact that 4chan(nel) uses JavaScript for regular expressions), we only care about one of them:
  659. --- "i" is used to denote case insensitivity (in other words, capitalization doesn't matter)
  660.  
  661. The "i" modifier is extremely useful for matching patters without worrying about capitalization. For example:
  662. --- /test/ will match "test", but /test/i will match "test", "TEST", "Test", "TeSt", "teST", etc.
  663. --- /[bd]itch/ will match "ditch" and "bitch", but /[bd]itch/i will match "DITCH", "Bitch", "DITch", etc.
  664.  
  665. Instead of tiring yourself out by creating filters for every possible capitalization variation of a pattern, just use "i". You'll save a lot of time and effort.
  666.  
  667.  
  668.  
  669. (006F.) - OTHER IMPORTANT ITEMS
  670.  
  671. This subsection contains things that I couldn't find an appropriate place for, but are still extremely useful.
  672.  
  673. The period (.) represents almost anything. For example:
  674. --- /g.y/ will match "gay", "guy", "goy", "g@y", "g%y", etc.
  675. --- /f.gg.t/ will match "faggot", "figget", "fzggwt", "f@gg t", etc.
  676. --- /abc.*def/ will match "abcdef", "abcyou suckdef", "abctpw_vmhlfu%def", etc.
  677.  
  678. The word boundary "\b" denotes a situation where a non-whitespace character is followed by a whitespace character, and vice versa. It is essential for narrowing down filters and making them more specific to avoid unnecessary filtering. Remember how I mentioned at the beginning of this tutorial how /mat/ will capture not only "mat", but also "doormat" and "tomato" as well? Word boundaries are the solution.
  679. --- /mat/ will match "mat", "doormat", and "tomato", but /\bmat\b/ will ONLY match "mat".
  680. --- /look\b/ will match "look", but not "looking" or "looks".
  681. --- /\btry/ will match "try", "trying", and "tried", but not "retry".
  682.  
  683. The carat (^) and dollar sign ($) are called anchors, and tell the filter to look at either the beginning of a pattern or the end of a pattern. If both are used simultaneously in a single filter, they will tell the filter to only look at individual lines that ONLY contain the filtered text in question. Examples include:
  684. --- /^p/ will match "peanut", but not "crap".
  685. --- /b$/ will match "crab", but not "bro".
  686. --- /^stupid/ will match "stupid anon", but not "anon is stupid".
  687. --- /away$/ will match "go away", but not "away he goes".
  688. --- /^potato$/ will match "potato" BY ITSELF and not "potatoes are food" and "I hate potatoes".
  689.  
  690. Lookaheads are used to give your filters exceptions and specific instances where they apply. Want to filter a certain word ONLY IF it is followed by another specific word? Then lookaheads are for you. There are two kinds of lookaheads: the positive lookahead (?=) and the negative lookahead (?!). Positive lookaheads tell the expression to match something ONLY if it is followed by something else. Likewise, negative lookaheads tell the expression to match something EXCEPT if it is followed by something else. Examples are below:
  691. --- /ab(?=cd)/ will NOT match "ab", but it WILL match "abcd".
  692. --- /test(?=ing|s)/ will NOT match "test" or "testies", but it WILL match "testing" and "tests".
  693. --- /go(?!ing)/ will match every instance of "go" EXCEPT for "going".
  694.  
  695.  
  696.  
  697. (006G.) - CONCLUSION TO "HOW TO CREATE YOUR OWN FILTERS"
  698.  
  699. If you've made it to the end of this section, then congratulations: you now have some understanding on how filters on 4chan(nel) function. All of the information provided in this section should be more than enough for you to create your own filters. Of course, if you are still interested and this guide wasn't enough for you, you can do your own outside research. After all, this was just a simple introduction.
  700.  
  701. ###===============###===============###
  702.  
  703. (007.) - CONCLUSION
  704.  
  705. There you have it. A whole bunch of pre-made filters for you to simply copy and paste into your filter lists, plus a guide on how to create your own. Use them if you are exhausted with shitposting, or to pretend that the threads and boards you visit are of higher quality than they actually are. I know that some of these filters may be ridiculous and retarded, but I wanted to give options for readers. I recommend you check back from time to time to see if I have updated this guide and fixed something or added something else.
  706.  
  707. Happy filtering! Have fun acting like the text you filtered doesn't exist!
  708.  
  709. ###===============###===============###
  710.  
  711. (008.) - FREQUENTLY ASKED QUESTIONS / TROUBLESHOOTING
  712.  
  713. Question: Help! A filter doesn't work!
  714. Answer: Did you...
  715. ...make sure that the filter is actually enabled / isn't commented out?
  716. ...copy and paste the filter correctly?
  717. ...specify the correct filter type?
  718. ...make sure that the filter applies to the board you want?
  719. If you made sure that you followed the suggestions above, then the issue could be a few things:
  720. --- The filter doesn't apply because the pattern doesn't match the text you want filtered. Check the filter again: does the filter actually apply to the text you want filtered?
  721. --- The filter is being bypassed. See the "'Anti-Filter' Filters" section for possible solutions.
  722. --- The filter is broken. If this is the case, I likely fucked something up. If you want, you could try and fix the filter if you know what you are doing.
  723.  
  724. Question: Can you make a filter for (insert example here)?
  725. Answer: Sorry, but I do not do requests. I try to create filters based on the content I see. If a certain shitpost becomes repetitive and annoying, then I'll try to create a filter for it. If you encounter a shitpost that isn't covered in this guide, you can always make your own; see the section "How to Create Your Own Filters".
  726.  
  727. ###===============###===============###
  728.  
  729. This part is for reference only. You can ignore it.
  730.  
  731. FILTER:
  732. TYPE:
  733. DESCRIPTION:
  734. EXAMPLES:
  735. VERSION:
Advertisement
Add Comment
Please, Sign In to add comment