New Project: Disable Workday - disable links to blacklisted job hunting websites with cunty web forms
This commit is contained in:
20
disable_workday/manifest.json
Normal file
20
disable_workday/manifest.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Blacklist Domain Disabler",
|
||||
"version": "1.0",
|
||||
"description": "Disables buttons and onclick methods for blacklisted domains on specific sites",
|
||||
"permissions": [
|
||||
"activeTab"
|
||||
],
|
||||
"content_scripts": [
|
||||
{
|
||||
"matches": [
|
||||
"*://*.example.org/*",
|
||||
"*://*.example.edu/*",
|
||||
"*://*.linkedin.com/*"
|
||||
],
|
||||
"js": ["content.js"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user