Tampermonkey 的评价
Tampermonkey 作者: Jan Biniok
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,192 条评价
- 评分 5 / 5来自 Firefox 用户 19491455, 10 天前
- 评分 5 / 5来自 CatEatFish, 15 天前
- 评分 5 / 5来自 Firefox 用户 18962703, 21 天前
- 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!
- 评分 5 / 5来自 Firefox 用户 18921992, 1 个月前
- 评分 5 / 5来自 PageExplorer, 1 个月前
- 评分 5 / 5来自 Firefox 用户 19141684, 2 个月前