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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <!-- https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP --> | |
| <meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'"> | |
| <title>Hello World!</title> | |
| </head> | |
| <body> | |
| <h1>Hello World!</h1> |
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 X to Twitter | |
| // @namespace https://twitter.com/ | |
| // @version 0.1 | |
| // @description Save the bird! | |
| // @author LuoRain | |
| // @match https://twitter.com/* | |
| // @icon data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9ICJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4NCiAgICA8cGF0aCBmaWxsPSJyZ2JhKDI5LDE1NSwyNDApIiBkPSJNMjMuNjQzIDQuOTM3Yy0uODM1LjM3LTEuNzMyLjYyLTIuNjc1LjczMy45NjItLjU3NiAxLjctMS40OSAyLjA0OC0yLjU3OC0uOS41MzQtMS44OTcuOTIyLTIuOTU4IDEuMTMtLjg1LS45MDQtMi4wNi0xLjQ3LTMuNC0xLjQ3LTIuNTcyIDAtNC42NTggMi4wODYtNC42NTggNC42NiAwIC4zNjQuMDQyLjcxOC4xMiAxLjA2LTMuODczLS4xOTUtNy4zMDQtMi4wNS05LjYwMi00Ljg2OC0uNC42OS0uNjMgMS40OS0uNjMgMi4zNDIgMCAxLjYxNi44MjMgMy4wNDMgMi4wNzIgMy44NzgtLjc2NC0uMDI1LTEuNDgyLS4yMzQtMi4xMS0uNTgzdi4wNmMwIDIuMjU3IDEuNjA1IDQuMTQgMy43MzcgNC41NjgtLjM5Mi4xMDYtLjgwMy4xNjItMS4yMjcuMTYyLS4zIDAtLjU5My0uMDI4LS44NzctLjA4Mi41OTMgMS44NSAyLjMxMyAzLjE5OCA0LjM1MiAzLjIzNC0xLjU5NSAxLjI1LTMuNjA0ID |
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 sbox style gmod wiki | |
| // @namespace http://rainplus.org/ | |
| // @version 0.1 | |
| // @description Make gmod wiki looks like sbox wiki | |
| // @author LuoRain | |
| // @match https://wiki.facepunch.com/gmod/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=facepunch.com | |
| // @grant none | |
| // ==/UserScript== |