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 Dark Mode for RelayX.com | |
// @description Exactly what it sounds like. | |
// @match https://relayx.com/* | |
// @grant GM_addStyle | |
// @run-at document-start | |
// @version 0.0.1 | |
// ==/UserScript== | |
GM_addStyle ( ` |
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 Remove clarify-box | |
// @author satchmo | |
// @namespace http://tampermonkey.net/ | |
// @version 0.0.1 | |
// @description This removes the propaganda box. | |
// @match https://www.youtube.com/* | |
// @match https://www.youtu.be/* | |
// @match https://youtube.com/* | |
// @match https://youtu.be/* |
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
# location to store blockchain and other data. | |
datadir=/home/satchmo/.bitcoin | |
dbcache=4000 | |
usecashaddr=0 | |
# Must set txindex=1 so Bitcoin keeps the full index | |
txindex=1 | |
# [rpc] |
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 Youtube Remove political correctness banners | |
// @namespace https://metalens.allaboard.cash/ | |
// @version 0.1 | |
// @description remove political correctness banners | |
// @author Satchmo | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// @match *://*.youtube.com/* | |
// @grant none |
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
/** | |
* Define regular expressions at top to have them precompiled. | |
*/ | |
const urlRegex = new RegExp('^(refreshce|gclid|cx|ie|cof|siteurl|zanpid|origin|utm_[a-z]+|fbid|fbclid|mr:[A-z]+|ref(id|src))$'); | |
addEventListener('fetch', event => { | |
event.passThroughOnException() | |
event.respondWith(handleRequest(event.request)) | |
}) | |
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
openapi: 3.0.1 | |
info: | |
title: Delivery Dudes Vendor API | |
description: 'The vendor API provides information about Delivery Dudes vendor accounts, including order history. The endpoints documented here allow vendors to track their performance with Delivery Dudes.' | |
contact: | |
email: [email protected] | |
version: 0.0.1 | |
servers: | |
- url: https://api.deliverydudes.com | |
- url: https://api.devliverydudes.biz |
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
#!/bin/sh | |
# save as .git/hooks/pre-commit | |
# Run standard --fix before committing | |
if git rev-parse --verify HEAD >/dev/null 2>&1 | |
then | |
against=HEAD | |
else | |
# Initial commit: diff against an empty tree object |
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 User Mute List | |
// @namespace https://github.com/rohenaz | |
// @version 0.1 | |
// @description Hide posts from specific users | |
// @author Satchmo | |
// @match https://www.yours.org/* | |
// @grant none | |
// ==/UserScript== |
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 Reddit Hide Promoted Links (New Design) | |
// @namespace http://github.com/rohenaz | |
// @version 0.1 | |
// @description remove promoted posts and advertisements | |
// @author Satchmo | |
// @match https://www.reddit.com/* | |
// @grant none | |
// ==/UserScript== |
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 Twitter No Promoted | |
// @namespace https://github.com/rohenaz | |
// @version 0.1 | |
// @description remove promoted tweets | |
// @author Satchmo | |
// @match https://*.twitter.com/* | |
// @grant none | |
// ==/UserScript== |
NewerOlder