Skip to content

Instantly share code, notes, and snippets.

View gregoirefavre's full-sized avatar

gregoirefavre

View GitHub Profile
#!/bin/sh
#Put in /etc/adblock.sh
#Block ads, malware, etc.
#Need pkill installed
if command -v pkill > /dev/null
then
echo 'Found pkill!'
else