mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-26 13:18:35 -06:00
10 lines
No EOL
316 B
JavaScript
10 lines
No EOL
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.") |