X-Git-Url: https://jasonwoof.com/gitweb/?p=userscripts.git;a=blobdiff_plain;f=youtube-html5-hider%2Fmanifest.json;fp=youtube-html5-hider%2Fmanifest.json;h=d1abc0b79dc47d8f74d1a786eab30b02e2948823;hp=0000000000000000000000000000000000000000;hb=77342950c5f66d1d4700bf48c88f83eedd602849;hpb=ea38fe6b8e92a79a0e473e56cb33b345bdf6456e diff --git a/youtube-html5-hider/manifest.json b/youtube-html5-hider/manifest.json new file mode 100644 index 0000000..d1abc0b --- /dev/null +++ b/youtube-html5-hider/manifest.json @@ -0,0 +1,12 @@ +{ + "content_scripts": [ { + "exclude_globs": [ "http://youtube.com/*", "http://www.youtube.com/*" ], + "include_globs": [ "*" ], + "js": [ "script.js" ], + "matches": [ "http://*/*", "https://*/*" ], + "run_at": "document_idle" + } ], + "description": "Replace YouTube's html5 \"embedded\" videos into links", + "name": "YouTube html5 unembedder", + "version": "1.0" +}