Skip to content

Instantly share code, notes, and snippets.

View DerBunman's full-sized avatar
🍌
Focusing

DerBunman

🍌
Focusing
View GitHub Profile
@DerBunman
DerBunman / cookiebanner-go-away.user.js
Last active September 30, 2020 11:31 — forked from BlaM/cookiebanner-go-away.user.js
Get rid of EU Cookie Banners (Tampermonkey)
// ==UserScript==
// @name Get rid of EU Cookie Banners
// @namespace http://blog.deobald.org/
// @description Get rid of EU Cookie Banners
// @license http://creativecommons.org/licenses/by-nc-sa/3.0/
// @downloadURL https://gist.github.com/DerBunman/12f6a1f079a844e979b4a2b081c3fae4/raw/95366831b11e17cb9e3207567c7ca68250edf93c/cookiebanner-go-away.user.js
// @updateURL https://gist.github.com/DerBunman/12f6a1f079a844e979b4a2b081c3fae4/raw/95366831b11e17cb9e3207567c7ca68250edf93c/cookiebanner-go-away.user.js
// @homepage https://gist.github.com/BlaM/6d826d6e9d77d2d77bf9a92fdad55788
// @version 0.3.4-1
// @author Dominik Deobald
@DerBunman
DerBunman / print256colours.sh
Created November 16, 2019 10:37 — forked from HaleTom/print256colours.sh
Print a 256-colour test pattern in the terminal
#!/bin/bash
# Tom Hale, 2016. MIT Licence.
# Print out 256 colours, with each number printed in its corresponding colour
# See http://askubuntu.com/questions/821157/print-a-256-color-test-pattern-in-the-terminal/821163#821163
set -eu # Fail on errors or undeclared variables
printable_colours=256