Tampermonkey 的評論
Tampermonkey 作者: Jan Biniok
75 筆評論
- 評價 3 分,滿分 5 分來自 wushuang,2 個月前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 12937763,2 個月前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);
} - 評價 3 分,滿分 5 分來自 JMJAR,10 個月前Still usefull but it randomly stops working after some times, without error or any message. I need to disable the addon and activate it again to make it work.
- 評價 3 分,滿分 5 分來自 空白,10 個月前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 17567507,1 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 17506426,1 年前
- 評價 3 分,滿分 5 分來自 Максим,1 年前a good quote:
If you need compatibility with old scripts your best choice is Greasemonkey. If you need it for modern scripts or to write your own Violentmonkey is fine. Avoid Tampermonkey, they are not to be trusted (proprietary license and analytics)[1].
[1] https://www.reddit.com/r/firefox/comments/6hs59w/tampermonkey_has_google_analytics_enabled_by/ - 評價 3 分,滿分 5 分來自 你大爷,1 年前
- 評價 3 分,滿分 5 分來自 Synetech,1 年前Tampermonkey is pretty good, it's my preferred userscript extension. My only problem with it is that it doesn't work with Firefox containers. Specifically, trying to export the settings to Google/OneDrive/etc. won't work if those sites are set to open in a container; when it opens auth.tampermonkey.net/auth to use OAuth to log into those services, the pages open in the specified Firefox container and Tampermonkey immediately throws an error. I've tried opening TM in the same container, I've tried setting auth.tampermonkey.net/auth to always open in the container, etc. but nothing works. The only option is to export to a ZIP file and carry that file to the destination system. 😕
- 評價 3 分,滿分 5 分來自 Firefox 使用者 17315740,2 年前
- 評價 3 分,滿分 5 分來自 assadas a s,2 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 17124688,2 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 17121047,2 年前
- 評價 3 分,滿分 5 分來自 偷吃的猫猫,2 年前
- 評價 3 分,滿分 5 分來自 FiverStar,2 年前
- 評價 3 分,滿分 5 分來自 agBAZE,2 年前Hay veces que simplemente deja de funcionar, haciendo que todos los scripts se desactiven de pronto. Entonces, tengo que deshabilitar y volver a habilitar la extensión para que vuelva a aplicar los scripts.
- 評價 3 分,滿分 5 分來自 冲锋打脸,2 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 13741651,2 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 16795083,2 年前
- 評價 3 分,滿分 5 分來自 欲予渔,3 年前
- 評價 3 分,滿分 5 分來自 Firefox 使用者 16674428,3 年前
- 評價 3 分,滿分 5 分來自 不忘初心,3 年前
- 評價 3 分,滿分 5 分來自 toni,3 年前