This file contains hidden or 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 Open Facebook App | |
| // @version 1.0.7 | |
| // @author Lentin | |
| // @match https://facebook.com/* | |
| // @match https://mobile.facebook.com/* | |
| // @downloadURL https://gist.github.com/codexss/eb5ae8fa5ff85112e091d6f4e0f48f3f/raw/open-facebook-app.user.js | |
| // @updateURL https://gist.github.com/codexss/eb5ae8fa5ff85112e091d6f4e0f48f3f/raw/open-facebook-app.user.js | |
| // @homepage https://gist.github.com/codexss/eb5ae8fa5ff85112e091d6f4e0f48f3f/ | |
| // ==/UserScript== |
This file contains hidden or 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 Open Reddit App | |
| // @version 1.0.2 | |
| // @author asportnoy | |
| // @match *://*.reddit.com/* | |
| // @downloadURL https://gist.github.com/asportnoy/628b820184297f5fe296c1a5b79c8000/raw/open-reddit-app.user.js | |
| // @updateURL https://gist.github.com/asportnoy/628b820184297f5fe296c1a5b79c8000/raw/open-reddit-app.user.js | |
| // @homepage https://gist.github.com/asportnoy/628b820184297f5fe296c1a5b79c8000/ | |
| // ==/UserScript== | |
| if (window.location.pathname === '/redirect') return; |
This file contains hidden or 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 Open Twitter App | |
| // @version 1.0.7 | |
| // @author Lentin | |
| // @match https://twitter.com/* | |
| // @match https://mobile.twitter.com/* | |
| // @downloadURL https://gist.github.com/codexss/eb5ae8fa5ff85112e091d6f4e0f48f3f/raw/open-twitter-app.user.js | |
| // @updateURL https://gist.github.com/codexss/eb5ae8fa5ff85112e091d6f4e0f48f3f/raw/open-twitter-app.user.js | |
| // @homepage https://gist.github.com/codexss/eb5ae8fa5ff85112e091d6f4e0f48f3f/ | |
| // ==/UserScript== |
This file contains hidden or 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 Open Instagram App | |
| // @version 1.0.2 | |
| // @author asportnoy | |
| // @match *://*.instagram.com/* | |
| // @downloadURL https://gist.github.com/asportnoy/628b820184297f5fe296c1a5b79c8000/raw/open-instagram-app.user.js | |
| // @updateURL https://gist.github.com/asportnoy/628b820184297f5fe296c1a5b79c8000/raw/open-instagram-app.user.js | |
| // @homepage https://gist.github.com/asportnoy/628b820184297f5fe296c1a5b79c8000/ | |
| // ==/UserScript== | |
| if (window.location.pathname === '/redirect') return; |