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 Asurascans CBZ Downloader | |
| // @namespace http://xgorn.com/ | |
| // @version 0.0.1 | |
| // @description Download chapter as cbz to read it offline | |
| // @author Noid | |
| // @include /^https:\/\/asurascans\.com\/comics\/[^\/]+\/?$/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=asurascans.com | |
| // @grant GM_xmlhttpRequest | |
| // @require https://cdn.jsdelivr.net/npm/jszip@3.2.0/dist/jszip.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 Asurascans PDF Downloader | |
| // @namespace http://xgorn.com/ | |
| // @version 0.0.1 | |
| // @description Download asurascans chapter as pdf to read it offline | |
| // @author Noid | |
| // @include /^https:\/\/asurascans\.com\/comics\/[^\/]+\/?$/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=asurascans.com | |
| // @grant GM_xmlhttpRequest | |
| // @require https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.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 Novelfire EPUB generator | |
| // @namespace http://xgorn.com/ | |
| // @version 2026-06-02 | |
| // @description Generate epub from novelfire (supports auto translate). | |
| // @author Noid | |
| // @match https://novelfire.net/book/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=novelfire.net | |
| // @grant GM_xmlhttpRequest | |
| // @require https://cdn.jsdelivr.net/npm/jszip@3.2.0/dist/jszip.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
| // full credit: https://github.com/AyGemuy/api-wudysoft/blob/801b4b5bfda05c9f89481a393f425fccb4f0f827/pages/api/tools/cek-resi/spx.js | |
| const axios = require("axios"); | |
| const resi = "SPXID1234567890"; | |
| async function fetchResi(resi) { | |
| const url = `https://spx.co.id/shipment/order/open/order/get_order_info?spx_tn=${resi}&language_code=id`; | |
| const hdr = { | |
| accept: "application/json, text/plain, */*", |
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
| -- Garden Horizons Hub | |
| -- Script by Noah Nabas | |
| -- Updated by Noid | |
| local Players = game:GetService("Players") | |
| local RS = game:GetService("ReplicatedStorage") | |
| local player = Players.LocalPlayer | |
| -- Remotes | |
| local BuyRemote = RS:WaitForChild("RemoteEvents"):WaitForChild("PurchaseShopItem") |
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 FireNovel's Reading Tools | |
| // @namespace https://xgorn-is-a.dev/ | |
| // @version 1.1 | |
| // @description Easily translate chapters on NovelFire | |
| // @author Noid | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js | |
| // @match https://novelfire.net/book/*/chapter-* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=novelfire.net | |
| // @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
| from curl_cffi import requests | |
| from bs4 import BeautifulSoup | |
| data = [] | |
| picuki = requests.get('https://www.picuki.com/profile/linustech', impersonate="chrome") | |
| soup = BeautifulSoup(picuki.text, 'html.parser') | |
| for post in soup.select('.posts-container a'): |
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
| // WebView | |
| (function () { | |
| var eventHandlers = {}; | |
| var locationHash = ''; | |
| try { | |
| locationHash = location.hash.toString(); | |
| } catch (e) {} | |
| var initParams = urlParseHashParams(locationHash); |
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
| from pyrogram import Client, enums | |
| bot = Client() | |
| async def get_channels(): | |
| async for dialog in bot.get_dialogs(): | |
| if dialog.chat.type == enums.ChatType.CHANNEL: | |
| yield dialog | |
| async for dialog in get_channels(): |
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 Acefile Bypasser | |
| // @namespace https://xgorn.is-a.dev/ | |
| // @downloadURL https://gist.github.com/xgorn/eb4de448e08509d414f34b55b5551720/raw/acefile-bypasser.user.js | |
| // @updateURL https://gist.github.com/xgorn/eb4de448e08509d414f34b55b5551720/raw/acefile-bypasser.user.js | |
| // @version 1.0.2 | |
| // @description AceFile auto redirect to drive link. drive link will automatically copied to the clipboard. | |
| // @author Noid Darkstar | |
| // @include /^https?:\/\/acefile.co\/(?:f|player)\/\w+(?:\/[-_\w]+)?/ | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=acefile.co |
NewerOlder