Skip to content

Instantly share code, notes, and snippets.

View schecteracademicservices's full-sized avatar

Mason schecteracademicservices

View GitHub Profile
This file has been truncated, but you can view the full file.
INSERT IGNORE INTO thirdpartydb.group (name) VALUES ('Advertising'),
('Other'),
('Dynamic Content'),
('User Interaction'),
('Content Provision'),
('Analytics'),
('Financial Services'),
('Hosted Media'),
('Fraud & Security'),
('Social Media'),
@ckuethe
ckuethe / intercrap-block-list.txt
Last active January 30, 2024 05:22
Stuff I'm not interested in contacting.
# Last updated at 2024-01-30T05:22:19Z
# Various bits of intercrap that I've observed over the years, blocked
# "because reasons". Be careful if you use this list. There are some pretty
# big ban hammers here.
# To make use of this you will need to do some sort of DNS wild-carding,
# which is beyond the scope of this document. Be careful, lest you break
# the internet, eg. blocking all of google, amazon, or cloudflare.
@panfeng
panfeng / adblock_for_ios.js
Created October 14, 2014 00:17
no need to prison break youo phone, setting=>wi-fi=> select the one your are using, and choose auto=>paste the raw file url to "Auto"
var PROXY_DIRECT = "DIRECT";
var DIRECT = "DIRECT";
var BLACK = "PROXY 8.8.8.8:53";
var WHITE = PROXY_DIRECT;
function s(u, r) {
return shExpMatch(u, r);
}
function d(h, r) {