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 Giphy webp to gif redirect | |
| // @description Giphy: Redirect .webp links to the equivalent .gif file url | |
| // @match *://*.giphy.com/media/*/giphy.webp | |
| // @run-at document-start | |
| // @inject-into content | |
| // @version 1.1 | |
| // @author Lukas Wolfsteiner <https://lukas.wolfsteiner.media> | |
| // @updateURL https://gist.github.com/dotWee/56ba0251f12f83710f7db40367fcfebe/raw/giphy_webp_to_gif_redirect.user.js | |
| // @downloadURL https://gist.github.com/dotWee/56ba0251f12f83710f7db40367fcfebe/raw/giphy_webp_to_gif_redirect.user.js |
OlderNewer