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 discord | |
import requests | |
import re | |
from copy import deepcopy | |
## The bot needs persm to make messages, manage messages and manage webhook | |
## set the value at the botton to the bots token | |
intents=discord.Intents.default() | |
intents.message_content = True | |
client = discord.Client(intents=intents) |
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 Buyee Package Information Image Inserter | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Adds product images to the package information shipping tab for mercari and yahoo auctions | |
// @author NO_ob | |
// @match https://buyee.jp/mybaggages/shipped/1* | |
// @icon https://www.google.com/s2/favicons?domain=buyee.jp | |
// @updateURL https://gist.github.com/NO-ob/440a87a761732e46c8b1997146ebc504/raw/addBuyeeShippingImages.user.js | |
// @downloadURL https://gist.github.com/NO-ob/440a87a761732e46c8b1997146ebc504/raw/addBuyeeShippingImages.user.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 Fanbox padding for palemoon | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://www.fanbox.cc/ | |
// @icon https://www.google.com/s2/favicons?domain=fanbox.cc | |
// @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 discord | |
import requests | |
import subprocess | |
import re | |
import io | |
import json | |
from copy import deepcopy | |
from random import randint | |
## The bot needs persm to make messages, manage messages and manage webhook | |
## set the value at the botton to the bots token |
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 2ch/5ch Image Inserter | |
// @namespace https://gist.github.com/NO-ob/ed240ac8ccdb4a2775eb0857968c50e4/raw/5chImageInserter.user.js | |
// @downloadURL https://gist.github.com/NO-ob/ed240ac8ccdb4a2775eb0857968c50e4/raw/5chImageInserter.user.js | |
// @homepage https://gist.github.com/NO-ob/mangadex-scripts | |
// @version 0.5 | |
// @description Embeds images on 2/5chan reader sites | |
// @author NO_ob | |
// @include */r/*/*/* | |
// @include */test/read.cgi/*/* |
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 Pixiv Bookmark redirect | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Makes pixiv redirect to image page after editing bookmark | |
// @author NO_ob | |
// @match https://www.pixiv.net/bookmark_add.php* | |
// @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
// ==UserScript== | |
// @name Pixiv Image fit | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Makes full image fit to screen | |
// @author NO_ob | |
// @match https://www.pixiv.net/en/artworks/* | |
// @icon https://www.google.com/s2/favicons?domain=pixiv.net | |
// @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
#!/usr/bin/python | |
import sys, os | |
os.system("mkdir tmp") | |
for filename in os.listdir("."): | |
if filename.endswith(".cbr"): | |
workingdir = os.path.abspath(".") | |
os.system("unrar x '" + os.path.abspath(filename) + "' " + workingdir + "/tmp") | |
os.system("cd tmp && zip -r '../" + filename.split(".")[0]+"'.cbz *") |
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 Hentai.Cafe DL | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description try to take over the world! | |
// @author You | |
// @match https://hentai.cafe/hc.fyi/* | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.5/jszip.min.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/jszip-utils/0.0.2/jszip-utils.min.js | |
// @require https://cdnjs.cloudflare.com/ajax/libs/FileSaver.js/1.3.8/FileSaver.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 sanitizeNexus | |
// @icon https://www.nexusmods.com/favicon.ico | |
// @namespace http://tampermonkey.net/ | |
// @version 1.1 | |
// @description Removes unwanted trash from nexus mods | |
// @author kannalo | |
// @match https://www.nexusmods.com/* | |
// @grant none | |
// @run-at document-end |
NewerOlder