This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt update | |
sudo apt install nodejs nodejs-legacy emscripten npm unzip git | |
git clone https://github.com/inolen/quakejs.git | |
cd quakejs | |
git submodule update --init | |
npm install | |
node build/ioq3ded.js +set fs_game baseq3 +set dedicated 1 | |
cat <<EOF > base/baseq3/server.cfg | |
seta sv_hostname "<change this>" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript==^M | |
// @name Tykinruoka's Inventory Link | |
// @namespace http://gm.taistelumarsu.org/ | |
// @include http://*.kingdomofloathing.com/topmenu.php | |
// @include http://kingdomofloathing.com/topmenu.php | |
// @include https://*.kingdomofloathing.com/topmenu.php | |
// @include https://kingdomofloathing.com/topmenu.php | |
// @grant none | |
// @version 1.01 | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tykinruoka - KoL Wheels | |
// @namespace http://gm.taistelumarsu.org | |
// @author Tykinruoka aka TrashF | |
// @description Allows you to adjust numeric text inputs by using your mouse wheel. | |
// @include http://www.kingdomofloathing.com/* | |
// @include http://kingdomofloathing.com/* | |
// @include https://www.kingdomofloathing.com/* | |
// @include https://kingdomofloathing.com/* | |
// @gran none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Tykinruoka - KoL Auto-Miner | |
// @namespace http://gm.taistelumarsu.org | |
// @description Auto-miner for all your mining lazyness. | |
// @include http://www.kingdomofloathing.com/mining.php* | |
// @include https://www.kingdomofloathing.com/mining.php* | |
// @version 1.2 | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Jicken Wings to Clipboard | |
// @namespace http://gm.taistelumarsu.org | |
// @description Clicking the item icons will copy item name to clipboard. | |
// @include http://kol.coldfront.net/collections/* | |
// @include https://kol.coldfront.net/collections/* | |
// @version 1.1 | |
// @grant GM_setClipboard | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var page = require('webpage').create(), | |
system = require('system'), | |
address, | |
statuses = []; | |
address = 'https://matkahuolto.fi/fi/seuranta/tilanne/?package_code=' + system.args[1]; | |
page.onResourceError = function(res) { | |
page.errorReason = res; | |
}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name StreamDownloader Avustin | |
// @namespace StreamDownloader | |
// @description StreamDownloader avustin | |
// @include http://areena.yle.fi/* | |
// @include http://*.ruutu.fi/* | |
// @include http://ruutu.fi/* | |
// @include http://www.katsomo.fi/* | |
// @version 5 | |
// @grant none |