Skip to content

Instantly share code, notes, and snippets.

View romuald's full-sized avatar
🍣

Romuald Brunet romuald

🍣
View GitHub Profile
@romuald
romuald / ash_ffffind.py
Last active April 21, 2017 21:58 — forked from monsieurm/ash_ffffind.py
Ffffind (downloads every image from a given FFFFOUND! account)
"""
ash_ffffind.py
v1.1 (September 14, 2015)
by me@aaronhildebrandt.com
Automatically downloads all images from ffffound saved by a specific user.
Will first try to download the image from the original source (to get the highest quality possible).
If that fails, it'll download the cached version from ffffound.
@romuald
romuald / nofundraiser.js
Last active December 25, 2021 15:18 — forked from anonymous/nofundraiser.js
Greasemonkey script to hide the "small" Wikipedia fundraiser banner
// ==UserScript==
// @name No Wikipedia fundraiser
// @namespace http://chivil.com/
// @version 0.1
// @description Should hide Wikipedia "small" banner on each page
// @author Romuald Brunet
// @match https://*.wikipedia.org/*
// @grant none
// @run-at document-end