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,164 筆評論
- 評價 5 分,滿分 5 分來自 Firefox 使用者 14327508,5 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13443993,7 天前
- 評價 5 分,滿分 5 分來自 Proximal 𝕏,7 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19084268,12 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18590030,20 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19072892,20 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19071894,21 天前
- 評價 1 分,滿分 5 分來自 Firefox 使用者 19069891,21 天前