Moved to GitHub
Click Here to update to latest version that will auto-update in future
| @echo off | |
| @rem ================== | |
| @rem Source: | |
| @rem https://gist.github.com/jcppkkk/8330314 | |
| @rem Description: | |
| @rem Install context menu to allow user opens file with Sublime Text as User or Admin, or Open Folder with Sublime Text. | |
| @rem Usage: | |
| @rem Download this .bat file to in Sublime Text's installation folder. | |
| @rem Execute this batch file. It will download elevate codes and setup context menu. | |
| @rem ================== |
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| import sublime_plugin | |
| import subprocess | |
| from time import sleep | |
| import sys | |
| cl = lambda line: subprocess.Popen(line, shell=True, stdout=subprocess.PIPE).communicate()[0].strip() | |
| log = lambda message: sys.stderr.write("Log: %s\n" % message) |
| #!/bin/bash | |
| # Bash script to setup testing alongside stable on Debian. | |
| # Based on http://serverfault.com/a/382101 | |
| # with fixes from http://serverfault.com/a/653552 | |
| # FUNCTIONS # | |
| # This is a general-purpose function to ask Yes/No questions in Bash, either | |
| # with or without a default answer. It keeps repeating the question until it | |
| # gets a valid answer. | |
| # https://gist.github.com/davejamesmiller/1965569 |
| ########## | |
| # Tweaked Win10 Initial Setup Script | |
| # Primary Author: Disassembler <disassembler@dasm.cz> | |
| # Original Version: 1.4, 2016-01-16 | |
| # Tweaked based on personal preferences for @alirobe 2016-03-23 - v1.4.1 | |
| # NOTE: MAKE SURE YOU READ THIS SCRIPT CAREFULLY BEFORE RUNNING IT + ADJUST COMMENTING AS APPROPRIATE | |
| # This script will reboot your machine when completed. | |
| ########## | |
| # Ask for elevated permissions if required |
| // ==UserScript== | |
| // @name Check KG for PTP Requests | |
| // @namespace https://savagecore.eu | |
| // @description Add link to PTP requests page if found at KG | |
| // | |
| // @version 0.1.0 | |
| // @include http*://*passthepopcorn.me/requests.php* | |
| // | |
| // @connect karagarga.in | |
| // @downloadURL https://gist.github.com/SavageCore/2432769391b727b022f7c509b1429757/raw/f757e33f464d22d31e565b5c9514ab4fc468bb92/script.user.js |
Click Here to update to latest version that will auto-update in future
Click Here to update to latest version that will auto-update in future
| // ==UserScript== | |
| // @name RED Album Chronology | |
| // @namespace redacted.ch | |
| // @description Provides links to the next/previous albums in an artist's timeline | |
| // @version 0.1.1 | |
| // @include http*://*redacted.ch/torrents.php*id=* | |
| // @include http*://*redacted.ch/artist.php* | |
| // @grant GM_addStyle | |
| // @grant GM_registerMenuCommand | |
| // ==/UserScript== |
I hereby claim:
To claim this, I am signing this object:
| // ==UserScript== | |
| // @name RED Sticky Settings Button | |
| // @namespace https://savagecore.eu | |
| // @version 0.2.1 | |
| // @description Submit button on settings page follow as you scroll | |
| // @author SavageCore | |
| // @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js | |
| // @include http*://redacted.ch/user.php?action=edit&userid=* | |
| // @include http*://apollo.rip/user.php?action=edit&userid=* | |
| // @include http*://notwhat.cd/user.php?action=edit&userid=* |