Skip to content

Instantly share code, notes, and snippets.

@fichtennadel
fichtennadel / waitForKeyElements.js
Created March 25, 2021 21:34 — forked from BrockA/waitForKeyElements.js
A utility function, for Greasemonkey scripts, that detects and handles AJAXed content.
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);
@fichtennadel
fichtennadel / BinnenI.user.js
Last active May 26, 2023 22:21
Binnen-I be gone
// ==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==
@fichtennadel
fichtennadel / wireemoji.user.js
Last active November 17, 2017 22:28
GM script for nice emoticons on app.wire.com on Win7
// ==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