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
/* This program is free software. It comes without any warranty, to | |
* the extent permitted by applicable law. */ | |
// ==UserScript== | |
// @name Switch to mobile to desktop version of Facebook linkes | |
// @namespace https://gist.github.com/chriskyfung/abad63aa24af3d8226ca4f5741b6a768 | |
// @description When you open a moblile version of facebook, you're redirected to desktop version so that it can view in high-resolution. | |
// @match https://m.facebook.com/* | |
// @run-at document-start | |
// @version 0.0.1 |