hello friends! new(ish)!
4chanX filters: Difference between revisions
Jump to navigation
Jump to search
>Chchjesus (Updated the filters for the modern day) |
>Chchjesus (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 | ||
## Misc ## | # Add these to the General section of the 4chan X filters tab | ||
# Strangely, filtering all threads that have a question as the first or last sentence seems to dramatically | # Having a # at the start of the line means the filter is disabled | ||
# increase the board quality, as it filters out troll and tech support threads | |||
## 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 | |||
/(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 | |||
## 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 | |||
/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 | |||
#/nvidia/i;op:only;boards:g | |||
#/amd/i;op:only;boards:g | |||
#/intel/i;op:only;boards:g | |||
[[Category:Software]] | [[Category:Software]] |
Revision as of 10:11, 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
# 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 /(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 ## 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 /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 #/nvidia/i;op:only;boards:g #/amd/i;op:only;boards:g #/intel/i;op:only;boards:g