Run on http (really?) & https pages

This commit is contained in:
Brian Buller 2021-06-17 15:37:27 -05:00
parent b39676481d
commit 7038f8809d

View File

@ -1,10 +1,10 @@
// ==UserScript== // ==UserScript==
// @name Video Zen // @name Video Zen
// @namespace http://bullercodeworks.com // @namespace http://bullercodeworks.com
// @version 0.1 // @version 0.2
// @description Watch video in 'zen' mode // @description Watch video in 'zen' mode
// @author brian@bullercodeworks.com // @author brian@bullercodeworks.com
// @match https://*/* // @match http*://*/*
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none // @grant none
// ==/UserScript== // ==/UserScript==