From 1c39c6f0096585b570b634d4caa33fab48c03af4 Mon Sep 17 00:00:00 2001 From: Alkohole <59339504+Alkohole@users.noreply.github.com> Date: Sat, 14 Sep 2024 19:12:09 +0200 Subject: [PATCH] HOT fix for 0.5.6js --- mrt.user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +})();