From 9ab55b4ad21ad399db34637d48e5607f970d82ec Mon Sep 17 00:00:00 2001 From: the1812 Date: Mon, 16 Jul 2018 19:05:33 +0800 Subject: [PATCH] Add missing grant --- bilibili-evolved.js | 1 + 1 file changed, 1 insertion(+) diff --git a/bilibili-evolved.js b/bilibili-evolved.js index c024864c1..b8e4edfc3 100644 --- a/bilibili-evolved.js +++ b/bilibili-evolved.js @@ -7,6 +7,7 @@ // @match *://*.bilibili.com/* // @match *://*.bilibili.com // @grant unsafeWindow +// @grant GM_getResourceText // @resource style https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/style/style.scss // @resource touchPlayerStyle https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/style/style-touch-player.scss // @resource oldStyle https://raw.githubusercontent.com/the1812/Bilibili-Evolved/master/style/style-old.scss