i.imgur.com gifv to mp4

Redirect i.imgur.com gifv links to mp4 videos with controls

  1. // ==UserScript==
  2. // @name i.imgur.com gifv to mp4
  3. // @description Redirect i.imgur.com gifv links to mp4 videos with controls
  4. // @license MIT
  5. // @author İsmail Karslı <cszn@pm.me> (https://ismail.karsli.net)
  6. // @namespace https://github.com/ismailkarsli
  7. // @homepageURL https://github.com/ismailkarsli/userscripts
  8. // @supportURL https://github.com/ismailkarsli/userscripts/issues
  9. // @version 1.0.1
  10. // @match https://i.imgur.com/*.gifv
  11. // @grant none
  12. // @run-at document-start
  13. // ==/UserScript==
  14.  
  15. window.location.replace(window.location.href.replace("gifv", "mp4"));

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址