Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/necraul/hide-isekai-general

Hide the isekai general on /a/ recognizable by it's OP post containing the word isekai in spoiler
https://github.com/necraul/hide-isekai-general

4chan 4channel 4chanx javascript userscript

Last synced: about 4 hours ago
JSON representation

Hide the isekai general on /a/ recognizable by it's OP post containing the word isekai in spoiler

Awesome Lists containing this project

README

        

# hide-isekai-general

Hide the isekai general on /a/ recognizable by its OP post containing the word isekai in spoiler.

## Requirements

**Violentmonkey**, **Tampermonkey**, or **Greasemonkey** along with [4chan-X](https://github.com/ccd0/4chan-x/) is required.

## [Click here to Install](https://github.com/NecRaul/hide-isekai-general/raw/main/script.user.js)

### How it works

The script listens to the 4chanX API calls and hides the thread(s) that contain the word `isekai` (or whatever you have replaced it with) in their post message when all posts have finished rendering (when `PostsInserted` event happens).

You can read the script if you want a more through explanation.