Skip to content

Instantly share code, notes, and snippets.

@angusdev
Created July 11, 2013 16:16
Show Gist options
  • Save angusdev/5976870 to your computer and use it in GitHub Desktop.
Save angusdev/5976870 to your computer and use it in GitHub Desktop.
Stylish or Chrome extension for using adblocker in hkgolden.com
.myTestAd {height: 1px;}
{
"name": "Golden Keep Blocking",
"version": "1",
"manifest_version": 2,
"description": "If you still want to use adblocker in hkgolden.com",
"content_scripts": [
{
"matches": ["http://*.hkgolden.com/*"],
"run_at": "document_start",
"css": ["golden-keepblocking.css"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment