X-Git-Url: https://jasonwoof.com/gitweb/?p=userscripts.git;a=blobdiff_plain;f=addthis_faker%2Fmanifest.json;fp=addthis_faker%2Fmanifest.json;h=2af644035f40b71bd9f3e5eed407a2b663accf7d;hp=0000000000000000000000000000000000000000;hb=aa21d827a153f620e18d7c9c965846d2259974b3;hpb=8d5e53803c7e97e97f1bdcdccf93b214821df404 diff --git a/addthis_faker/manifest.json b/addthis_faker/manifest.json new file mode 100644 index 0000000..2af6440 --- /dev/null +++ b/addthis_faker/manifest.json @@ -0,0 +1,13 @@ +{ + "content_scripts": [ { + "exclude_globs": [ ], + "include_globs": [ "https://wwws.whitehouse.gov/*" ], + "js": [ "addthis_faker.js" ], + "matches": [ "http://*/*", "https://*/*" ], + "run_at": "document_start" + } ], + "converted_from_user_script": false, + "description": "Make a fake addthis so broken sites like whitehouse.gov will work", + "name": "addthis_faker", + "version": "2.2" +}