Skip to content

Instantly share code, notes, and snippets.

View jnss95's full-sized avatar
👋

Jonas Schulz jnss95

👋
View GitHub Profile
@jnss95
jnss95 / ublock_wikipedia.txt
Last active January 2, 2024 10:37
A simple adblock/ublock rule set to block the wikipedia donation banner. Please only use this after donating!
[Adblock Plus 1.1]
wikipedia.org##.nag-trigger
wikipedia.org###centralNotice
wikipedia.org##[id$=“banner-nag”]
@jnss95
jnss95 / bootstrap-esp-open-sdk-arch.sh
Created July 26, 2016 10:05 — forked from larsch/bootstrap-esp-open-sdk-arch.sh
Bootstrap script for ESP8266 SDK on Arch Linux
#!/bin/sh -exu
sudo pacman -S --needed --noconfirm base-devel python2 expat ncurses gperf git wget unzip help2man
git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
cd esp-open-sdk
make STANDALONE=y