Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/necraul/hide-isekai-general
- Owner: NecRaul
- License: mit
- Created: 2023-09-02T17:14:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-02T08:53:26.000Z (7 months ago)
- Last Synced: 2024-05-02T22:03:28.089Z (7 months ago)
- Topics: 4chan, 4channel, 4chanx, javascript, userscript
- Language: JavaScript
- Homepage: https://greasyfork.org/en/scripts/474422-hide-isekai-general-on-a
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.