-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathRedGifs AutoHD.user.js
36 lines (34 loc) · 1.43 KB
/
RedGifs AutoHD.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
// ==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
// @downloadURL https://update.greasyfork.org/scripts/388733/RedGifs%20AutoHD.user.js
// @updateURL https://update.greasyfork.org/scripts/388733/RedGifs%20AutoHD.meta.js
// ==/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;
})();