Skip to content

Instantly share code, notes, and snippets.

@avisser
Created January 31, 2020 13:59
Show Gist options
  • Save avisser/ead148c13e93aec2d9e9e66e43c2d377 to your computer and use it in GitHub Desktop.
Save avisser/ead148c13e93aec2d9e9e66e43c2d377 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Go away, lightning
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://*/lightning/page/home
// @match https://*/one/one.app
// @match https://*/lightning/setup/SetupOneHome/home
// @grant none
// ==/UserScript==
(function() {
'use strict';
window.location.href = window.location.origin + '/ltng/switcher?destination=classic&referrer=%2Flightning%2Fpage%2Fhome';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment