You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.
The code shows that it is used for https://www.duolingo.com/skill but now when you do anything on Duolingo it shows with this link: https://www.duolingo.com/lesson. Don't know how hard it would be to fix or if there is a way around this that I might be missing please share.
The text was updated successfully, but these errors were encountered:
You'll also need to update the solveChallenge() code to detect a lesson URL:
if (/[sacl][klhe][ipes][lhcs][lako]/gi.test(window.location.href) == true) {
Mine is currently running OK. The main problem now is that they appear to have removed the challenge tests so you can't farm them any more using the redirector.
In Tampermoney (or whatever addin/extension you're running the script with) you'd open the duohacker script. The first section or block is "// ==UserScript==" which contains "// @match" lines which identify URLs that trigger the script.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The code shows that it is used for https://www.duolingo.com/skill but now when you do anything on Duolingo it shows with this link: https://www.duolingo.com/lesson. Don't know how hard it would be to fix or if there is a way around this that I might be missing please share.
The text was updated successfully, but these errors were encountered: