-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathTGE.user.js
16 lines (15 loc) · 864 Bytes
/
TGE.user.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// ==UserScript==
// @name Tremorgames Enhanced
// @namespace http://www.tremorgames.com/?action=viewtopic&topicid=79097
// @icon https://raw.githubusercontent.com/Breno-M/TGE/master/images/tge.ico
// @description TremorGames Enhanced will enhance your tremorgames experience!
// @connect store.steampowered.com
// @connect steamcommunity.com
// @version 1.4.20
// @author brenomirandi & Royalgamer06
// @include *://www.tremorgames.com/*
// @updateURL https://github.com/Royalgamer06/EnhancedTremorGames/raw/master/ETG.user.js
// @downloadURL https://github.com/Royalgamer06/EnhancedTremorGames/raw/master/ETG.user.js
// ==/UserScript==
alert("Please update your Enhanced Tremor Games userscript and remove the old userscript");
location.href = "https://github.com/Royalgamer06/EnhancedTremorGames/raw/master/ETG.user.js";