mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-27 05:28:37 -06:00
10 lines
316 B
JavaScript
10 lines
316 B
JavaScript
|
// ==UserScript==
|
||
|
// @name Facebook Switch to Desktop
|
||
|
// @namespace Facebook
|
||
|
// @match *://m.facebook.com/*
|
||
|
// @grant none
|
||
|
// @version 1.2
|
||
|
// @author SinTan
|
||
|
// @description 6/21/2020, 10:24:02 PM
|
||
|
// ==/UserScript==
|
||
|
window.location.href = window.location.href.replace("://m.", "://www.")
|