Skip to content

Instantly share code, notes, and snippets.

@niedzielski
Created January 15, 2018 04:35
Show Gist options
  • Select an option

  • Save niedzielski/c3e78be9a60375cf364017b31ae9908d to your computer and use it in GitHub Desktop.

Select an option

Save niedzielski/c3e78be9a60375cf364017b31ae9908d to your computer and use it in GitHub Desktop.
Toggle MediaWiki mobile (Minerva Neue) / desktop (Vector) skin.
javascript:(_ => {
const url = new URL(window.location.href);
url.searchParams.set('useformat', url.searchParams.get('useformat') !== 'mobile' ? 'mobile' : 'desktop');
window.location.href = url.toString();
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment