您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Fixing the things Duo breaks. Auto-follow discussions upon posting either a comment or a reply. (Works for sentence discussions too.)
当前为
Fixing the things Duo breaks. Auto-follow discussions upon posting either a comment or a reply. (Works for sentence discussions too.)
Important - To anyone using version 1.0 of my userscript: Please update to version 2.0! I didn't really plan to share my userscript when I originally made it, but now that it's starting to be shared more widely I've decided I should rewrite it properly. The rewrite is much more simple and efficient than the mess I wrote in version 1.0. ^^
Version 1.0 was just something I knocked together quickly for myself. It contained typos in the code and was a bit of a mess. Even though it has worked completely flawlessly for me so far, now that I've looked back at the code I wrote and seen the mistakes I hadn't noticed I'm kinda surprised it worked at all! :P
Version 2.0 is a much cleaner, tidier, professional looking userscript. I got rid of using the jQuery library and switched to plain old basic JavaScript. And I've got rid of the unnecessary use of mutation observers, switching instead to a normal event listener. ^^