Created
January 15, 2018 21:08
-
-
Save niedzielski/45d6c989778010fb27f2d5877edac8bc to your computer and use it in GitHub Desktop.
Toggle Wikipedia (English) and Marvin URLs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(_ => { | |
const marvin = 'marvin.wmflabs.org'; | |
window.location.host = window.location.host === marvin ? 'en.wikipedia.org' : marvin; | |
})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment