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,245 筆評論
- 評價 5 分,滿分 5 分來自 Adigitalnomad123,3 天前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18759100,15 天前
- 評價 1 分,滿分 5 分來自 RenzoBenzo,21 天前Closed source, bloated, uses google analytics, and did I mention it's closed source and uses google analytics. I would suggest users not use this extension, and use FireMonkey or ViolentMonkey instead.
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19743679,1 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 10447271,1 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 19729411,1 個月前
- 評價 5 分,滿分 5 分來自 left2crazy,2 個月前
- 評價 5 分,滿分 5 分來自 melodic mustox,2 個月前Thanks to Tampermonkey, I can do a lot of things from my browser. I thanks with a donation, which I will repeat next month again for sure.
- 評價 4 分,滿分 5 分來自 Carlos Páez,2 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 13035229,2 個月前
- 評價 5 分,滿分 5 分來自 Firefox 使用者 18699594,3 個月前
- 評價 5 分,滿分 5 分來自 Antonio Johns,3 個月前