diff --git a/mrt.user.js b/mrt.user.js index 1d979a3..adcb4e5 100644 --- a/mrt.user.js +++ b/mrt.user.js @@ -7,7 +7,8 @@ // @author Alkohole // @match *://*/* // @exclude https://alkohole.github.io/machine-reading-text/* -// @grant none +// @grant GM.setValue +// @grant GM.getValue // @icon https://storage.yandexcloud.net/cloud-www-assets/region-assets/ru/favicon/favicon.ico // @connect api.browser.yandex.ru // @downloadURL https://github.com/Alkohole/udr/raw/main/mrt.user.js @@ -474,4 +475,4 @@ } initScript(); -})(); \ No newline at end of file +})();