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
#!/usr/bin/env python3 | |
from enum import Enum | |
import getopt | |
import http.cookiejar | |
import json | |
import logging | |
import os | |
import queue | |
import shlex | |
import shutil |
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 4chan Request Window | |
// @namespace KethRequest | |
// @version 0.1 | |
// @description Show all requests that start with /r/ | |
// @author Kethsar | |
// @match https://boards.4channel.org/a/thread/* | |
// @match http://boards.4channel.org/a/thread/* | |
// @match https://boards.4chan.org/a/thread/* | |
// @match http://boards.4chan.org/a/thread/* |
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 Meguca Request Window | |
// @namespace KethRequest | |
// @version 0.5 | |
// @description Show all requests that start with /r/ | |
// @author Kethsar | |
// @match https://meguca.org/a/* | |
// @match https://megu.ca/a/* | |
// @match https://shamiko.org/a/* | |
// @match https://shamik.ooo/a/* |