您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Automatically sets Gfycat/RedGifs video to HD mode and other improvements
- // ==UserScript==
- // @name RedGifs AutoHD
- // @author Invertex
- // @description Automatically sets Gfycat/RedGifs video to HD mode and other improvements
- // @icon https://github.com/Invertex/Gfycat-AutoHD/raw/master/logo.png
- // @namespace https://greasyfork.org/users/137547
- // @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt
- // @homepageURL https://github.com/Invertex/Gfycat-AutoHD
- // @supportURL https://github.com/Invertex/Gfycat-AutoHD
- // @version 1.99
- // @match *://*.gifdeliverynetwork.com/*
- // @match *://cdn.embedly.com/widgets/media.html?src=*://*.redgifs.com/*
- // @match *://*.redgifs.com/*
- // @connect *.redgifs.com
- // @connect *.gifdeliverynetwork.com
- // @connect *.cdn.embedly.com
- // @connect *.api.redgifs.com
- // @grant GM.xmlHttpRequest
- // @grant GM_setValue
- // @grant GM_getValue
- // @grant GM.setValue
- // @grant GM.getValue
- // @grant GM_addValueChangeListener
- // @run-at document-body
- // ==/UserScript==
- //** GFYCAT SHUT DOWN, RedGifs will remain running. **//
- //** 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.
- //RedGifs Script: https://github.com/Invertex/RedGifs-AutoHD/raw/master/RedGifs%20AutoHD.user.js
- (async function()
- {
- var url = window.location.href;
- })();