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 GPLinks Bypass | |
| // @namespace https://quartzwarrior.xyz | |
| // @version 1.0 | |
| // @description Bypasses the GPLinks timer and multi-step process by automatically redirecting to the final destination link. | |
| // @author QuartzWarrior | |
| // @match *://*/* | |
| // @grant none | |
| // @run-at document-idle | |
| // ==/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
| # run pip install -U curl_cffi | |
| import asyncio | |
| import os | |
| from datetime import datetime, timezone | |
| from curl_cffi.requests import AsyncSession | |
| if os.name == "nt": | |
| asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) |
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 asyncio | |
| import os | |
| from datetime import datetime, timezone | |
| from curl_cffi.requests import AsyncSession | |
| if os.name == "nt": | |
| asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy()) | |
| session = AsyncSession(impersonate="chrome") |
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 Slay.One Helper | |
| // @namespace https://quartzwarrior.xyz | |
| // @version 0.1 | |
| // @description Quick choose abilities, auto-open chests on load. Custom loadout per gamemode coming soon! | |
| // @author QuartzWarrior | |
| // @match https://slay.one/* | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.1/jquery.min.js | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=slay.one | |
| // @grant GM_setValue |
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 Probot daily script | |
| // @namespace https://quartzwarrior.xyz/ | |
| // @version 0.1 | |
| // @description A script to automatically claim probot daily. | |
| // @author QuartzWarrior | |
| // @match http*://quartzwarrior.xyz/* | |
| // @match http*://probot.io/daily | |
| // @icon http://probot.io/favicon.ico | |
| // @grant unsafeWindow |
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 DogeWare - Krunker.io | |
| // @namespace https://forum.sys32.dev/ | |
| // @version 5.4.2 | |
| // @description try to take over the world! | |
| // @author SkidLamer | |
| // @match *://krunker.io/* | |
| // @match *://browserfps.com/* | |
| // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== | |
| // @grant none |