RedGifs AutoHD

Automatically sets Gfycat/RedGifs video to HD mode and other improvements

目前为 2023-09-28 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name RedGifs AutoHD
  3. // @author Invertex
  4. // @description Automatically sets Gfycat/RedGifs video to HD mode and other improvements
  5. // @icon https://github.com/Invertex/Gfycat-AutoHD/raw/master/logo.png
  6. // @namespace https://greasyfork.org/users/137547
  7. // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
  8. // @homepageURL https://github.com/Invertex/Gfycat-AutoHD
  9. // @supportURL https://github.com/Invertex/Gfycat-AutoHD
  10. // @version 1.99
  11. // @match *://*.gifdeliverynetwork.com/*
  12. // @match *://cdn.embedly.com/widgets/media.html?src=*://*.redgifs.com/*
  13. // @match *://*.redgifs.com/*
  14. // @connect *.redgifs.com
  15. // @connect *.gifdeliverynetwork.com
  16. // @connect *.cdn.embedly.com
  17. // @connect *.api.redgifs.com
  18. // @grant GM.xmlHttpRequest
  19. // @grant GM_setValue
  20. // @grant GM_getValue
  21. // @grant GM.setValue
  22. // @grant GM.getValue
  23. // @grant GM_addValueChangeListener
  24. // @run-at document-body
  25.  
  26. // ==/UserScript==
  27. //** GFYCAT SHUT DOWN, RedGifs will remain running. **//
  28.  
  29. //** This script should in theory update to a newer version for RedGifs, but if it doesn't, please manually install it and uninstall this one.
  30. //RedGifs Script: https://github.com/Invertex/RedGifs-AutoHD/raw/master/RedGifs%20AutoHD.user.js
  31. (async function()
  32. {
  33. var url = window.location.href;
  34. })();