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
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts, | |
that detects and handles AJAXed content. | |
Usage example: | |
waitForKeyElements ( | |
"div.comments" | |
, commentCallbackFunction | |
); |
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 Binnen-I be gone | |
// @namespace https://gist.github.com/fichtennadel/2fd33e35a34fcdd9ada68bb7133048c4 | |
// @description Removes BinnenI | |
// @version 2.1 | |
// @license CC by Attribution-Noncommercial-No Derivative Works 3.0 Unported (http://creativecommons.org/licenses/by-nc-nd/3.0/) | |
// @include *://d*standard.at/* | |
// @include *://*.d*standard.at/* | |
// ==/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 wire emoji | |
// @namespace https://gist.github.com/fichtennadel/dfa3ded05632eeba1e062dd74ffe72e9 | |
// @include https://app.wire.com/ | |
// @version 1.5 | |
// @description show nice emojis on app.wire.com for Win7 | |
// @grant GM_addStyle | |
// ==/UserScript== | |
// from https://gist.github.com/fichtennadel/dfa3ded05632eeba1e062dd74ffe72e9/raw/wireemoji.user.js |