Pohódnoćenja za Tampermonkey
Tampermonkey wot Jan Biniok
Pohódnoćenje wot drspa44
I've been a happy user of TM for a while, however the May 2023 update has broken some critical functionality involving cookies. Thankfully I have a backup of the previous version of TM.
// @grant GM_cookie
GM_cookie.list({}, function(cookies, error) {
if (!error) {
// do something useful
} else {
//error = 'not supported' every time since May 2023
console.error(error);
}
// @grant GM_cookie
GM_cookie.list({}, function(cookies, error) {
if (!error) {
// do something useful
} else {
//error = 'not supported' every time since May 2023
console.error(error);
}
5.206 pohódnoćenjow
- Z 5 z 5 pohódnoćenywot Seän "frostbyte" Shepherd, 2 天前
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19515716, 13 天前это вообще крутое расширение,я люблю разработчика
- Z 5 z 5 pohódnoćenywot Sailor Moonie, 19 天前
- Z 5 z 5 pohódnoćenywot Clemens Anhuth, 19 天前Simply mandatory to help make web apps used for the job bearable.
Unfortunately not open source and complex, which may mean that enterprise users may not have permission to use it as enterprise IT departments are tightening their security policies.
And unfortunately, there is another extension of almost identical name ("Tamper monkey" which even uses Tampermonkey's icon/logo), which may trick people into installing the wrong extension. While I have reported this, I think the author of this extension should have more luck to get Mozilla to ban that other "fake" extension. - Z 5 z 5 pohódnoćenywot Wužiwar Firefox 17915631, 25 天前
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 19491455, 1 個月前
- Z 5 z 5 pohódnoćenywot CatEatFish, 1 個月前
- Z 5 z 5 pohódnoćenywot Wužiwar Firefox 18962703, 2 個月前
- It would be wonderful if you could backup your scripts before a creator updates them andTampermonkey updates them WITHOUT AUTHORIZATION! I can't get the first version of a script anymore, because the creators of this extension must think that everything that is updated is better!
Wotmołwa wuwiwarja
je so 2 個月前 napisałYou can disable userscript updates either for individual scripts or globally.