Welcome to Memrise.
So auto-accept is an option on the app, but they don’t make it an option on the website. But the app has the in-app keyboard, which still gives too much help.
It’s easier to ignore the in-app keyboard on the site (though it should be taken away from all the courses), but the auto-accept is not an option there.
That would have been so easy not to do anything and let the website as it was. Nobody complained then.
So, WHY?
And for a website claiming to teach languages, you really have big, big, big communication problems. That is utterly ridiculous, I’ve never seen a paying website not giving a … about its customers like that. Even free websites and apps are more reactive - or should I say: respectfull and polite.
@BeaTrisy
@Lien
@alessioatmemrise
@JBorrego
@Joshua
@lurkmoophy
@MemriseMatty
@OliviaZavala
Hi.
I write a script that disable auto accept feature on the web.
I test it on tarpermonkey on firefox and chrome.
I’m glad if it helps you.
Thank you very much. Works perfect!
It works, thank you! Combined with adblock I finally have my old learning experience back and can start with revising all the words I just left aside for the last weeks.
(Isn’t it funny how the users are faster than the official programmers…?)
ok, thanks
I don’t like when people post uner “unbekannt” /unknown, but it works (and hopefully does nothing “wrong” )
ithanks
I’ve activated my forum account only so that I could thank you! Can’t express my gratitude enough!
Thank you so much! Finally, after 2 weeks, I can go back to learning.
Thanks a lot!
It needed adjusting so that it would work on whole language categories, but I managed to copy and add the right line from another script:
// @match https://www.memrise.com/garden/review/*
thanks so much, seems to work perfectly.
Hi there, can you let me know where this line should be added? Thanks!
Edited: I just added it to the top where it looks like it goes.
I just downloaded tampermonkey and clicked the link and it worked pretty much straight away
Cool. Thank!
How do i download? using Google Chrome. “Apps, extensions, and user scriots cannot be added from this website.”
Thanks you, I think I fix it.
I think you need to install Chrome extension tampermonkey (or greasemonkey) first, then click the link I posted yesterday.
It works! Thanks so much!
Th so much. Now I only need to figure out some better way to get rid of in-app keyboard. Any suggestion?
you can use the extension adblock to block it. for me just right clicking adblock and clicking block an ad on this page, then selecting the in app keyboard worked
Just to keep things together, you can use the following two scripts to revert the changes made to learning in this update:
for the auto accept, use this:
link: https://github.com/stream009/greasemonkey_scripts/raw/master/MemriseDisableAutoAccept.user.js
Short explanation:
Install tampermonkey (extention) for Chrome or Firefox, follow the link and click install.
On firefox tampermonkey can be installed by going to this link:
and clicking on Add to firefox.
On chrome go to this link: Tampermonkey - Chrome Web Store
than click on Add to chrome
.
For removing the keyboard below the answer:
To use this first download adblock.
On firefox follow this link: Adblock Plus – Deze extensie downloaden voor 🦊 Firefox (nl)
Click on add to firefox.
After installing the extension (and possibly restarting your browser), click on the ABP-sign somewhere around the top of you browser.* Click on the sign and click on options (at the bottem). Then click on the advanced tab on the left. Scroll down and click on ‘Edit filters’. Than paste the following line in the textfield above:
www.memrise.com##.clearfix.keyboard
Reloading your memrise session should now be enough to remove the keyboard.
*If for some reason you can’t find the sign. First restart your broswer. Then click on the three horizontal bars on the topright of your screen. Click on customize, next to the paint brush. Click and drag the ABP-sign to somewhere on your URL bar. Press Ctrl+W and continue.
On Chrome follow this link: Adblock Plus - free ad blocker - Chrome Web Store
Click on add to Chrome.
After installing the extension (and possibly restarting your browser), click on the ABP-sign somewhere around the top of you browser.* Click on the sign and click on options (at the bottem). Then click on the tab ‘Add your own filters’.
Paste the following line to the left of ‘Add filter’: www.memrise.com##.clearfix.keyboard
Click on ‘+ Add filter’
Reloading your memrise session should now be enough to remove the keyboard.
*If for some reason you can’t find the sign, first restart your browser. If it’s still not showing up, click on the orange exclamation mark at the top right of your browser. Then click on ‘adblock is disabled’ and on ‘Give permission’. After that, continue with the rest of the explanation.
Big thanks to Stream_nine90 and lprg for making these scripts <3
Also, it’s pretty sad that memrise has to rely on its users to revert changes that people obviously didn’t like that much instead of providing an option to simply disable them.
Many thanks for the userscript and the instructions!