Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuch/duolingo-scripts
User scripts for duolingo.com
https://github.com/liuch/duolingo-scripts
duolingo greasemonkey greasemonkey-userscript tampermonkey tampermonkey-userscript userscript
Last synced: 4 months ago
JSON representation
User scripts for duolingo.com
- Host: GitHub
- URL: https://github.com/liuch/duolingo-scripts
- Owner: liuch
- License: mit
- Created: 2015-06-21T02:08:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-03T03:47:21.000Z (about 2 years ago)
- Last Synced: 2024-10-01T01:44:04.700Z (4 months ago)
- Topics: duolingo, greasemonkey, greasemonkey-userscript, tampermonkey, tampermonkey-userscript, userscript
- Language: JavaScript
- Homepage:
- Size: 413 KB
- Stars: 25
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Userscripts For Duolingo
## The List
* [~~DuoBlog~~](https://github.com/liuch/duolingo-scripts/raw/master/duolingo_blog.user.js)
* This script allows you to make notes into your activity stream.
* Этот скрипт позволит вам создавать заметки в своей ленте.
* **NOTE: This userscript no longer works due to changes by Duolingo.**
* [DuoDirectLinks](https://github.com/liuch/duolingo-scripts/raw/master/duolingo_directlinks.user.js)
* This script adds the direct links for discussion comments, translation sentences, and activity stream events
* Этот скрипт добавляет прямые ссылки на комментарии в форумах, на предложения в переводах и на события в ленте
* [~~DuoLessonsFix~~](https://github.com/liuch/duolingo-scripts/raw/master/duolingo_lessonsfix.user.js)
* This script pauses the timer between exercises in the timed practice.
* Этот скрипт ставит таймер на паузу между заданиями в тренировке на время.
* **NOTE: This userscript no longer works due to changes by Duolingo.**
* [~~DuoLimit500~~](https://github.com/liuch/duolingo-scripts/raw/master/duolingo_limit500.user.js)
* This script warns you when you exceed the limit on the length of the activity stream message.
* Этот скрипт предупредит вас, когда вы превысите лимит длины сообщения при отправке в ленте.
* **NOTE: This userscript no longer works due to changes by Duolingo.**
* [DuoMoreLingots](https://github.com/liuch/duolingo-scripts/raw/master/duolingo_morelingots.user.js)
* This script allows you to give more than one lingot in two clicks.
* Этот скрипт позволяет давать больше одного лингота за раз.
* [DuoProfile](https://github.com/liuch/duolingo-scripts/raw/master/duolingo_profile.user.js)
* This script displays additional information in the users profile.
* Этот скрипт показывает дополнительную информацию в профиле пользователей.## How To Install
1. Install the respective extension for your browser (may require browser restart):
* Firefox, Tor: [Greasemonkey](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
* Chrome/Chromium: [Tampermonkey](https://chrome.google.com/webstore/detail/tampermonkey/dhdgffkkebhmkfjojejmpbldmpobfkfo)
* Opera: [Violentmonkey](https://addons.opera.com/ru/extensions/details/violent-monkey/)
* Safari: [JavaScript Blocker](http://javascript-blocker.toggleable.com/)
* Internet Explorer: My condolences to you.
2. Get the userscript in the list above.
3. When prompted, confirm installation.## How To Uninstall
Follow the uninstall steps for the browser/extension you're using.## Future Plans
To extend the functionality of DuoLessonsFix and DuoProfile scripts.