Filter posts by flags and IDs on 4chan
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
HF ed97122309 change from github to git.pixelplanet.fun 1 year ago
screenshots add automatic slider solving 1 year ago
src change from github to git.pixelplanet.fun 1 year ago
.eslintrc.json add linting 1 year ago
.gitignore initial commit 2 years ago
LICENSE initial commit 2 years ago
README.md change from github to git.pixelplanet.fun 1 year ago
createxpi.sh initial commit 2 years ago
package-lock.json add linting 1 year ago
package.json change from github to git.pixelplanet.fun 1 year ago
updates.json change from github to git.pixelplanet.fun 1 year ago
webpack.config.js initial commit 2 years ago

README.md

4chan Flag Filter Browser Extension

Filter flags and memeflags on 4chan boards that support it. The basic layout is from HamletDuFromage/4chan-mass-reply

popup

Usage

Self-explaining. Click on the button of the AddOn and check what you want to filter, country flags are given in 2-letter country code, seperated by comma.

Tips

  • Shift-clicking on a country flag (when flag filtering is enabled) will add it to the list of filtered flags.
  • Also provides an option to automatically solve the slider of slider-captchas

1-post-by-this-Id

Because a thread has to be fetched in order to detect how many times OP replied, it takes a minute to scan all the threads the first time (we have to limit the rate of requests to the 4chan API according to their docs). The threads get scanned when the site loads.

Permissions:

  • Storage to store settings
  • Access to 4chan, 4channel and 4cdn to be able to function

Install

Download and install instructions are on the Release page. 4chan-flag-filter/releases

How to build

$ npm install --save-dev
$ npm npm run build

The resulting extension will be in dist/.