This file contains hidden or 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 LxManga Block Anti-Adblock | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.0.3 | |
| // @description LxManga Block Anti-Adblock | |
| // @author mrcyclo | |
| // @match https://lxmanga.my/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=lxmanga.my | |
| // @run-at document-start | |
| // @grant none |
This file contains hidden or 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 Rophim Desktop Ad Remover | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.4 | |
| // @description Removes rophim ads through fetch intercept | |
| // @author mrcyclo | |
| // @match https://www.rophim.me/* | |
| // @match https://goatembed.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=rophim.me | |
| // @run-at document-start |
This file contains hidden or 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 nhentai utilities | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-08-06 | |
| // @description try to take over the world! | |
| // @author mrcyclo | |
| // @match https://www.nhentai.xxx/g/*/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=nhentai.xxx | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 Rule34 Mouse Forward | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0 | |
| // @description Map mouse forward buttons to click <a alt="next"> | |
| // @author mrcyclo | |
| // @match https://rule34.xxx/* | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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 MimiHentai Skip Ads | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-07-26 | |
| // @description try to take over the world! | |
| // @author mrcyclo | |
| // @match https://mimihentai.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=mimihentai.com | |
| // @grant none | |
| // @require https://cdn.jsdelivr.net/npm/js-cookie@3.0.5/dist/js.cookie.min.js |
This file contains hidden or 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 Quiz Auto Answer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-05-15 | |
| // @description try to take over the world! | |
| // @author mrcyclo | |
| // @match https://quiz.com/*/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=quiz.com | |
| // @grant none | |
| // ==/UserScript== |
This file contains hidden or 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
| import pluginVue from 'eslint-plugin-vue'; | |
| import stylistic from '@stylistic/eslint-plugin'; | |
| export default [ | |
| stylistic.configs.customize({ | |
| indent: 4, | |
| quotes: 'single', | |
| semi: true, | |
| }), | |
| ...pluginVue.configs["flat/strongly-recommended"], |
This file contains hidden or 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
| #include-once | |
| #comments-start | |
| JSON.au3 – an RFC4627-compliant JSON UDF Library | |
| Written by Gabriel Boehme, version 0.9.1 (2009-10-19) | |
| Modified by guinness (02/03/2012) | |
| for AutoIt v3.3.0.0 or greater | |
| thanks to: | |
| Douglas Crockford, for writing the original JSON conversion code in Javascript (circa 2005-07-15), |