Redirect the blank Bdsmlr front page to the dashboard on desktop
// ==UserScript== // @name Bdsmlr Redirect to Dashboard // @namespace https://www.bdsmlr.com/ // @version 0.1 // @license GPLv3 // @description Redirect the blank Bdsmlr front page to the dashboard on desktop // @author ceodoe // @match https://www.bdsmlr.com/ // @icon https://www.google.com/s2/favicons?sz=64&domain=bdsmlr.com // @grant none // ==/UserScript== window.location = "/dashboard";