Duolingo Auto-Follow Fix

Fixing the things Duo breaks. Auto-follow discussions upon posting either a comment or a reply. (Works for sentence discussions too.)

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
mog86uk
日安装量
0
总安装量
300
评分
0 0 0
版本
2.01
创建于
2017-10-25
更新于
2017-12-10
大小
994 字节
许可证
暂无
适用于

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. However, now that it's beginning to be shared more widely and linked to elsewhere, I've decided that I ought to rewrite it properly in case more people start using it. The new code is much more simple and efficient than the horrible 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 what I wrote and spotted the typos I'm kind of surprised it worked at all! :P

  • Version 2.0 is a much cleaner, tidier, professional looking userscript. I got rid of needing 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. ^^