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 Osamurai Mojibake Fix | |
| // @namespace https://osamurai.azimech.net/ | |
| // @version 1.0.0 | |
| // @description Fix UTF-8 mojibake on osamurai.azimech.net pages. | |
| // @match https://osamurai.azimech.net/* | |
| // @run-at document-end | |
| // @grant none | |
| // ==/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 Restore Original Image URLs | |
| // @namespace restore-original-image-urls | |
| // @version 0.1 | |
| // @description 将部分图片代理地址还原为原始图片地址,避免另存为 webp | |
| // @match *://*/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function () { |