This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Stack List Toggler | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Adds link to hide items in your list | |
// @author BrutuZ | |
// @match https://myanimelist.net/stacks/* | |
// @icon https://icons.duckduckgo.com/ip2/myanimelist.net.ico | |
// @downloadURL https://gist.github.com/BrutuZ/7f45eceb18de9ad2ebe0cb0c09aeaa2b/raw/stack-list-toggle.user.js | |
// @updateURL https://gist.github.com/BrutuZ/7f45eceb18de9ad2ebe0cb0c09aeaa2b/raw/stack-list-toggle.user.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name MU Toggle Backlog | |
// @version 0.13.3 | |
// @description Adds link to only show items in your list with unread chapters | |
// @author BrutuZ | |
// @match https://www.mangaupdates.com/lists/* | |
// @icon64 https://www.mangaupdates.com/images/mascot.png | |
// @homepage https://gist.github.com/BrutuZ/29952c436d5abde675f798788e237432 | |
// @downloadURL https://gist.github.com/BrutuZ/29952c436d5abde675f798788e237432/raw/mu-backlog-toggle.user.js | |
// @updateURL https://gist.github.com/BrutuZ/29952c436d5abde675f798788e237432/raw/mu-backlog-toggle.user.js |