http://lomteqnxehqjdemqgzse7xchjlusgnpoxq2fpmz3yuukyfzc22t5gwyd.onion/gils_projects/commits/jira-projects/ADBLK/45782b8790571d4c1b336ab4212ae05dc2a725d5.html
./' | sed -e 's/$/^*/' >> adblock_compiled.txt # # # +# Create a copy without social media trackers appended # +cp adblock_compiled.txt adblock_compiled_no_sm.txt # + # + # # # Pull down the easylist and apply my overrides to it # curl -o easylist_modified.tmp.txt https://easylist.to/easylist/easylist.txt # @@ -78,3 +82,31 @@ EOM # # Install it in it's proper place # cat easylist_modified.tmp.txt | grep -v '^$' >> easylist_modified.txt # rm -f easylist_modified.tmp.txt # + # + # +# Create...