We are still actively working on the spam issue.

Difference between revisions of "4chanX filters"

From InstallGentoo Wiki
Jump to: navigation, search
(Undo revision 49575 by Adeodatus (talk))
(Tag: Undo)
(Updated the filters for the modern day)
Line 5: Line 5:
 
If you're having problems with the filters, make sure there is no whitespace at the start of each line
 
If you're having problems with the filters, make sure there is no whitespace at the start of each line
  
  # Lines starting with # are comments and are filters that are not in effect
+
# Add these to the General section of the 4chan X filters tab
  # Add this whole block to Subject, name, email, comment and filename fields.
+
# Having a # at the start of the line means the filter is disabled
  # Maintained at https://wiki.installgentoo.com/index.php?title=4chanX_filters
+
 
+
 
  ## *coin craze ##
+
## Misc ##
  /[bld]tc/i
+
# Strangely, filtering all threads that have a question as the first or last sentence seems to dramatically
  /[a-zA-Z]+coins*/i
+
# increase the board quality, as it filters out troll and tech support threads
 
+
 
  ## Regular threads ##
+
/^[^\v\f\r\n]*\?/i;op:only;boards:g
  /DOGE/ig
+
/\?$/;op:only;boards:g
  /desk-?t[oa]r?p threa?ds?/i;op:only
+
 
  /poa?st (y(ou|e)r|ur) deskt[oa]r?p/i;op:only
+
 
  /battle[ -]*stations?/i
+
## Bait ##
  /(phone|home)( )*screen/i
+
 
  #/daily program+ing/i
+
/(prove|convince) me/i;op:only;boards:g
  /no time for love/i
+
/protip.\s+you can(no|'?)t/i;op:only;boards:g
  #/what are you working on(,? \/g\/\?)?/i
+
/(cuc?|ke)k/i;op:only;boards:g
  /C\+=/i
+
/suicide watch/i;op:only;boards:g
  /Feminist[- ]software[- ]foundation/i
+
/so this is the power/i;op:only;boards:g
  /C[- ]?plus[- ]?equality/i
+
/freetard/i;op:only;boards:g
  /speccy/i;op:only
+
/\/G\//;op:only;boards:g
  /guts/i;op:only
+
/we got too cocky/i;op:only;boards:g
  /head[- ]?phone/i;op:only
+
/kneel/i;op:only;boards:g
  /cyber[- ]?punk/i;op:only
+
 
  /EDC/i;op:only
+
 
  /(every[- ]?day|daily) carry/i;op:only
+
## Consoomer ##
  /vap(e|ou?ri[sz]er)/i;op:only
+
# Some of these are commented out as there can still be some interesting
  /e(lectronic)?[- ]?cig(arette)?/i;op:only
+
# discussion on tech brands. Apple doesn't get a pass, though.
  /think[- ]?pads? (thread|general)/i;op:only
+
# Any thread with the word "recommend" in it (but not -ed/-s/-ation)
  /home[- ]?page (thread)?/i;op:only
+
# is also suspect as it tends to be a tech support thread
  /lisp general/i;op:only
+
 
  #/(which|best) (cell|smart|android|apple)? ?(phone|torrent client|antivirus)/i;op;only
+
#/nvidia/i;op:only;boards:g
  #/official phone of \/g\//i;op;only
+
#/amd/i;op:only;boards:g
  #/mechanical keyboard/i;op:only
+
#/intel/i;op:only;boards:g
 
+
/apple|os\sx/i;op:only;boards:g;
  ## Shitposts ##
+
/i(phone|os)/i;op:only;boards:g;
  #/botnet/i
+
/gay?m[aei](r|ng?)?/i;op:only;boards:g
  #/shill/i
+
/recommend(?!ed|s|ation)/i;op:only;boards:g
  #/jew/i
+
 
  #/feminis[tm]/i
 
  /goy/i
 
 
 
  ## Trolls ##
 
  /hack ([a-zA-Z]+(-)?mail|facebook|google|youtube)/i
 
  #/why aren'?t you.*\/[a-zA-Z0-9]{0,4}\/\?/i;op:only
 
  #/>20[0-9]{2}( *[\+\*\/\-] *[0-9]{0,4})*/i;op:only
 
  #/autis[tm](ic|o)?/i
 
  
 
[[Category:Software]]
 
[[Category:Software]]

Revision as of 11:03, 19 December 2020

With 4chan X installed, you can add filters to automatically hide certain threads to make your 4chan experience a little better.

Here's a list of filters you can add which should hide most reoccurring "x general" threads on /g/. Simply comment a line out with # to unhide those threads.

If you're having problems with the filters, make sure there is no whitespace at the start of each line

  1. Add these to the General section of the 4chan X filters tab
  2. Having a # at the start of the line means the filter is disabled


    1. Misc ##
  1. Strangely, filtering all threads that have a question as the first or last sentence seems to dramatically
  2. increase the board quality, as it filters out troll and tech support threads

/^[^\v\f\r\n]*\?/i;op:only;boards:g /\?$/;op:only;boards:g


    1. Bait ##

/(prove|convince) me/i;op:only;boards:g /protip.\s+you can(no|'?)t/i;op:only;boards:g /(cuc?|ke)k/i;op:only;boards:g /suicide watch/i;op:only;boards:g /so this is the power/i;op:only;boards:g /freetard/i;op:only;boards:g /\/G\//;op:only;boards:g /we got too cocky/i;op:only;boards:g /kneel/i;op:only;boards:g


    1. Consoomer ##
  1. Some of these are commented out as there can still be some interesting
  2. discussion on tech brands. Apple doesn't get a pass, though.
  3. Any thread with the word "recommend" in it (but not -ed/-s/-ation)
  4. is also suspect as it tends to be a tech support thread
  1. /nvidia/i;op:only;boards:g
  2. /amd/i;op:only;boards:g
  3. /intel/i;op:only;boards:g

/apple|os\sx/i;op:only;boards:g; /i(phone|os)/i;op:only;boards:g; /gay?m[aei](r|ng?)?/i;op:only;boards:g /recommend(?!ed|s|ation)/i;op:only;boards:g