We are still actively working on the spam issue.
Difference between revisions of "4chanX filters"
(Replaced content with "4chan is cancer!") (Tags: Replaced, Visual edit: Switched) |
|||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | 4chan is | + | 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 | ||
+ | |||
+ | |||
+ | # Add these to the General section of the 4chan X filters tab | ||
+ | # Having a # at the start of the line means the filter is disabled | ||
+ | |||
+ | ## Misc ## | ||
+ | # Strangely, filtering all threads that have a question as the first or last sentence seems to dramatically | ||
+ | # 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 | ||
+ | |||
+ | ## Bait ## | ||
+ | /(prove|convince) me/i;op:only;boards:g | ||
+ | /protip.\s+you can(no|'?)t/i;op:only;boards:g | ||
+ | /your distro hopping/i;op:only;boards:g | ||
+ | /(cuc?|ke)k/i;op:only;boards:g | ||
+ | /suicide watch/i;op:only;boards:g | ||
+ | /this is the power/i;op:only;boards:g | ||
+ | /microsoft/i;op:only;boards:g | ||
+ | /windows/i;op:only;boards:g | ||
+ | /freetard/i;op:only;boards:g | ||
+ | /loonix/i;op:only;boards:g | ||
+ | /\/G\//;op:only;boards:g | ||
+ | /we got too cocky/i;op:only;boards:g | ||
+ | /we lost/i;op:only;boards:g | ||
+ | /kneel/i;op:only;boards:g | ||
+ | |||
+ | ## Consoomer ## | ||
+ | # Some of these are commented out as there can still be some interesting | ||
+ | # discussion on tech brands. Apple doesn't get a pass, though. | ||
+ | # Any thread with the word "recommend" in it (but not -ed/-s/-ation) | ||
+ | # is also suspect as it tends to be a tech support thread | ||
+ | /gam(ing|er|!es)/i;op:only;boards:g | ||
+ | /recommend(?!ed|s|ation)/i;op:only;boards:g | ||
+ | #/nvidia/i;op:only;boards:g | ||
+ | #/amd/i;op:only;boards:g | ||
+ | #/intel/i;op:only;boards:g | ||
+ | |||
+ | [[Category:Software]] |
Latest revision as of 11:03, 28 January 2023
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
# Add these to the General section of the 4chan X filters tab # Having a # at the start of the line means the filter is disabled ## Misc ## # Strangely, filtering all threads that have a question as the first or last sentence seems to dramatically # 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 ## Bait ## /(prove|convince) me/i;op:only;boards:g /protip.\s+you can(no|'?)t/i;op:only;boards:g /your distro hopping/i;op:only;boards:g /(cuc?|ke)k/i;op:only;boards:g /suicide watch/i;op:only;boards:g /this is the power/i;op:only;boards:g /microsoft/i;op:only;boards:g /windows/i;op:only;boards:g /freetard/i;op:only;boards:g /loonix/i;op:only;boards:g /\/G\//;op:only;boards:g /we got too cocky/i;op:only;boards:g /we lost/i;op:only;boards:g /kneel/i;op:only;boards:g ## Consoomer ## # Some of these are commented out as there can still be some interesting # discussion on tech brands. Apple doesn't get a pass, though. # Any thread with the word "recommend" in it (but not -ed/-s/-ation) # is also suspect as it tends to be a tech support thread /gam(ing|er|!es)/i;op:only;boards:g /recommend(?!ed|s|ation)/i;op:only;boards:g #/nvidia/i;op:only;boards:g #/amd/i;op:only;boards:g #/intel/i;op:only;boards:g