Created
January 31, 2020 13:59
-
-
Save avisser/ead148c13e93aec2d9e9e66e43c2d377 to your computer and use it in GitHub Desktop.
This file contains 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
// ==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