[wiki] All the Userscripts

This is a wiki, click the green pencil at the top right to edit.

As a start:

@cooljingle’s userscripts:

@cooljingle’s Memrise Monitor Chrome extension

@monalyah’s Extension Memrise + (Charts, timer manager, modify font hebrew, Text to speech, help-me function, t’chat)
On Chrome, Opera, and repository on Github

@raneksi’s Memrise Chrome Extension (user link from old Memrise General Forum)

@infofarmer s Memrise Turbo:

@carpiediem’s Memrise Timer Disabler
Old version with uncorrected match: here

@neoncube’s Replace commas with semicolons userscript
@neoncube’s Attempt to remove phantom entries userscript
@neoncube’s Disable answer auto-submit userscript

Auto Ignore userscript
Same userscript but edited out HSK specific content to make it work with any course: here

“Indonesian” method of first exporting all the words from a course and then adding audio to them

Greasemonkey script: change word definition

@MartinSchneidkamp62’s experimental Flip Card Script, allows using cards instead of typing tests:

15 Likes

Bump. The old forum is going to be taken offline July 1st so please save any forumthreads and userscripts before then. To easily save to archive.org, try this: http://www.bitsgalore.org/2014/08/02/How-to-save-a-web-page-to-the-Internet-Archive/

https://addons.mozilla.org/de/firefox/addon/memrise-media-blocker/

the script from eunoia is still functioning, the other addons for firefox as given on firefox addons page, I’m not sure

Not sure, if I am posting in a right place.

I was wondering - would it be possible to write a script to get only typing questions? I had found this user script, but sadly it doesn’t work: https://greasyfork.org/en/scripts/7384-memrise-make-me-type

Currently I am learning to code with JS, so if anyone has any ideas, if it were to be possible to make such script, I would appreciate knowing them. :slight_smile:

(P.S. If it’s not possible to “hop on typing track” when learning words, perhaps it would be possible to make some kind of script that hides the list of “choose from” words, show an input box (like the one in typing questions) and then, when an user types in the answer, the script would click on the corresponding button? (If user typed in something else, that wasn’t shown in the list of possible answers, the script would click that “next” button, so it would count as a wrong answer). Is it achievable?)

I’ve been using this one:

4 Likes

Bump.

! Needs to be updated / fixed !

Another script that is very useful (especially without numpad) is called Memrise Hotkeys

It replaces the hotkeys 1-4, 5-8 to 1-4, qwer so one can choose the correct answer with one hand and much faster.

Maybe this fixes it. Change:

// @match          http://www.memrise.com/course/*/garden/*
// @match          http://www.memrise.com/garden/water/*

To something like:

// @match          http://www.memrise.com/*

Look at the URLs of your learning and reviewing sessions and try to make the @match resemble that. Extra points for use of *'s.

1 Like

Hi everyone, right now the learning sequence of new words is: press enter->mem chosen->press enter->next word

I’m not interested on reading the mems on certain courses and this makes the process a bit slower, compared to the reviews using memrise turbo. I’d like to be able to press enter once, choosing the first mem and advancing to the next word with the same hit.

I’m looking for some extra code for this, is it posible? Summoning the masters @cooljingle @infofarmer

Add the line MEMRISE.garden.boxes.advance();
after console.log("oldstart");

on the turbo script.

1 Like

Quickly browsed through the scripts, but didn’t find what I am looking for.

Is there any script that can bring the spaced repetitions beyond 180 days? Like 360 for instance?
I have a large amount of words that I still care to review once in a while, but that are starting to make my daily review sessions pretty long. I vaguely remember a discussion on this topic, but not sure what the outcome was.

Don’t bother if it doesn’t exist yet or if it’s too complicated. I can also follow the advice in another thread to just unsubscribe from those courses after reviewing them one last time.

Thanks!

1 Like

Thanks so much :heartpulse:

there was somewhere a script to delete the phantom entries from the databases? (which are now full with the phantoms of the “updates” entries)

thanks

@Hydroptere, I don’t know if this is the most recent version.

hey gracias!

@DrewSSP: would this work under firefox? many thanks

@Hydroptere This is a python script so it’s independent of any browser. In the instructions you will see a section that uses Google Chrome to find your cookies. This is just the method that I use and it doesn’t really matter what method you use to find them. If you know how to get your cookies through Firefox, then that is surely something you can do.

Thanks!

i know how to get to the cookies. When I get some spare time I’ll look at the instructions

[email protected] wrote:

I’ve added my userscript that changes commas to semicolons to the list.

Is there a userscript for audio only testing? i.e. for each review item, the audio plays and you choose the translation from multiple choice answers?

paging @cooljingle ! :slight_smile:

Can someone please help me write a simple script?

I want a script that will sum up the number of words left to be reviewed for all courses chosen with the filter “with goal set”.

It would help me a lot. Thank you so much.

I hope someone can do it, otherwise, I’ll have to do it myself, and it will probably take me a while to figure out how exactly.

Edit: I was able to create the script. It still needs a few tweaks but it works pretty well.

Great… just 2K words. :scream:

1 Like