Skip to content

Instantly share code, notes, and snippets.

Created December 4, 2014 08:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/784af9f925d28987b329 to your computer and use it in GitHub Desktop.
Save anonymous/784af9f925d28987b329 to your computer and use it in GitHub Desktop.
Restore the hears on DuoLingo
// ==UserScript==
// @name Restore the hears
// @namespace restoreheartsduolingo
// @description Restore the hears on DuoLingo
// @include https://www.duolingo.com/*
// @version 1
// @grant unsafeWindow
// ==/UserScript==
unsafeWindow.duo.user.get("ab_options").web_strength_bar_lessons_experiment = false;
unsafeWindow.duo.user.get("ab_options").web_strength_bar_design_experiment = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment