Version 1.0
2017-08-29 UTC+3
Tested and written by Murad "Gness Erquint" Beybalaev.
"Gnessim" on GameFAQs for some long-forgotten inexplicable reason...
[email protected]
// ==UserScript== | |
// @name OverthrownUITweak | |
// @namespace [email protected] | |
// @include https://overthrown.io/game/* | |
// @version 1.1 | |
// @grant none | |
// ==/UserScript== | |
window.onload = function(){_s.mouseWheelSensitivity=0.05;_s.minZoomScale=0.15;_s.maxZoomScale=1.5;_s.maxMoveDistance=1000;}; | |
/* | |
Intended for Gecko-based browsers(e.g. Firefox) in conjunction with Greasemonkey userscript addon. |
<?xml version="1.0" encoding="utf-8"?> | |
<CheatTable CheatEngineTableVersion="24"> | |
<CheatEntries> | |
<CheatEntry> | |
<ID>22</ID> | |
<Description>"Health Regeneration (2%/sec)"</Description> | |
<LastState/> | |
<VariableType>Auto Assembler Script</VariableType> | |
<AssemblerScript>[ENABLE] | |
aobscanmodule(healthAccess,DARKSOULS.exe,39 98 D4 02 00 00 7E) |
// ==UserScript== | |
// @name TP-Link Detranslator | |
// @namespace [email protected] | |
// @description Tested on TL-WR841N_V10_151216_RU | |
// @version 1.1.1 | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/a42102ab37d6c80b44100b011c0e52fb | |
// @updateURL https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/a42102ab37d6c80b44100b011c0e52fb/raw/TP-Link_Detranslator.user.js | |
// @include http://192.168.0.1/* |
Version 1.0
2017-08-29 UTC+3
Tested and written by Murad "Gness Erquint" Beybalaev.
"Gnessim" on GameFAQs for some long-forgotten inexplicable reason...
[email protected]
// ==UserScript== | |
// @name DisableEval | |
// @namespace [email protected] | |
// @include * | |
// @version 1.0 | |
// @description This will disable the eval function. Attempts to call eval will be logged in the browser console as warnings. | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== |
// ==UserScript== | |
// @name Disable Polymer on YouTube | |
// @namespace [email protected] | |
// @include *youtube.com* | |
// @version 1.1 | |
// @description Disable YouTube's Polymer UI framework, prompting it to fallback to an older one by appending a "disable_polymer=1" parameter to the GET request. | |
// @run-at document-start | |
// @noframes | |
// @inject-into page | |
// ==/UserScript== |
// ==UserScript== | |
// @name FANDOM/Wikia PseudoMonobook+ | |
// @description Implements https://dev.fandom.com/wiki/PseudoMonobook on FANDOM wiki pages and gets rid of extra annoyances. | |
// @version 1.8.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/ec4f688c7d6d9ea2ccddff8acb3a8415 | |
// @updateURL https://gist.githubusercontent.com/Erquint/ec4f688c7d6d9ea2ccddff8acb3a8415/raw/FWPMP.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/ec4f688c7d6d9ea2ccddff8acb3a8415/raw/FWPMP.user.js | |
// @match http*://*wikia.com/wiki/* |
// ==UserScript== | |
// @name Watch 2 Gether hotkeys. | |
// @description Space or K plays/pauses, F enables fullscreen. ESC disabled fullscreen as per browsers convention. | |
// @version 1.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/69ee1acdc34fb9ec6c6f101bbfdcd0e2 | |
// @updateURL https://gist.github.com/Erquint/69ee1acdc34fb9ec6c6f101bbfdcd0e2/raw/Watch2GetherHotkeys.user.js | |
// @downloadURL https://gist.github.com/Erquint/69ee1acdc34fb9ec6c6f101bbfdcd0e2/raw/Watch2GetherHotkeys.user.js | |
// @match http*://*watch2gether.com*/* |
// ==UserScript== | |
// @name DerusifyAliExpressLinks | |
// @description Prevents redirection to Russian pages of AliExpress and tries to reach global page as a mayday fallback. | |
// @version 1.0 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/4b0dada56b0fed4412ed8cb2e97a2473 | |
// @updateURL https://gist.githubusercontent.com/Erquint/4b0dada56b0fed4412ed8cb2e97a2473/raw/DerusifyAliExpressLinks.user.js | |
// @downloadURL https://gist.githubusercontent.com/Erquint/4b0dada56b0fed4412ed8cb2e97a2473/raw/DerusifyAliExpressLinks.user.js | |
// @match http*://*aliexpress.*/* |
// ==UserScript== | |
// @name CycleWikiCalc Extender | |
// @description Extends The Cycle Wiki Weapons Calculator by Silarious and ArtemusMaximus with extra metrics one might find useful for assessing gunfeel and realistic DPS output beyond one magazine. | |
// @version 1.2 | |
// @namespace [email protected] | |
// @author https://gist.github.com/Erquint | |
// @homepageURL https://gist.github.com/Erquint/5ed7be3f1c62c606d7c514deec4d091d | |
// @updateURL https://gist.github.com/Erquint/5ed7be3f1c62c606d7c514deec4d091d/raw/CycleWikiCalcExtender.user.js | |
// @downloadURL https://gist.github.com/Erquint/5ed7be3f1c62c606d7c514deec4d091d/raw/CycleWikiCalcExtender.user.js | |
// @match http*://thecycle.wiki/apps/calculator/ |