https://github.com/techno-coder/memrise_auto_ignore
User script to identify already learned words and ignore them
https://github.com/techno-coder/memrise_auto_ignore
Last synced: 23 days ago
JSON representation
User script to identify already learned words and ignore them
- Host: GitHub
- URL: https://github.com/techno-coder/memrise_auto_ignore
- Owner: Techno-coder
- License: mit
- Created: 2018-12-11T08:34:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T08:52:42.000Z (over 6 years ago)
- Last Synced: 2025-02-08T18:12:38.172Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memrise_auto_ignore
User script to identify already learned words and ignore them# Installation
1. Install the TamperMonkey extension for your browser
2. Click on `memrise_auto_ignore.user.js`
3. Click on `Raw` next to the `Blame` button
4. Click `Install`# Usage
On course pages such as [this one](https://www.memrise.com/course/535555/genki-i-genki-1-vocabulary-kanji/) there will be two extra options under the `Options` drop down. `Collect` will search the current course for any words that you have **fully** planted and learned and will add them to the database. `Auto Ignore` will ignore any words that are in the database. `Auto Ignore` will **only** ignore words that have **not** been planted or learned at all.# Caveats
This script only matches on the foreign term and **not the definition**. If there are multiple definitions for the same word then they will all be ignored.