Skip to content

Instantly share code, notes, and snippets.

@Tro95
Tro95 / pardus_mission_npcs_highlighter.user.js
Last active March 29, 2022 23:28
Pardus Mission NPCs Highlighter
// ==UserScript==
// @name Pardus Mission NPCs Highlighter
// @namespace Tro
// @description Highlights NPCs for whjich you have an active mission to kill
// @include http*://*.pardus.at/main.php
// @include http*://*.pardus.at/overview_jobs.php
// @version 1
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_xmlhttpRequest
@Tro95
Tro95 / pardus_hack_helper.user.js
Last active April 17, 2017 15:57
Pardus Hack Helper
// ==UserScript==
// @name Pardus Hack Helper
// @namespace http://userscripts.xcom-alliance.info/
// @author Miche (Orion) / Sparkle (Artemis)
// @version 2.1
// @description Adds the ability to store pilot lists and retrieve them for quick hacking in the Hack screen. It also adjusts the position of the final hack to better accommodate a wide screen.
// @include http*://*.pardus.at/hack.php*
// @grant GM_setValue
// @grant GM_getValue
// @grant GM_log
// ==UserScript==
// @name Pardus Druggy
// @namespace Pardus
// @description Keep track of your druggenness...
// @include http*://*.pardus.at/main.php*
// @include http*://*.pardus.at/msgframe.php*
// @include http*://*.pardus.at/ship2opponent_combat.php*
// @include http*://*.pardus.at/ship2ship_combat.php*
// @include http*://*.pardus.at/logout.php*
// @version 1.0
@Tro95
Tro95 / pardus_starbase_watcher.user.js
Last active April 20, 2018 10:13
Pardus Starbase Watcher
// ==UserScript==
// @name Pardus Starbase Watcher
// @namespace Tro
// @description Monitors the population of starbases in the PFC
// @include https://*.pardus.at/logout.php
// @version 1.1
// @downloadURL https://gist.github.com/Tro95/2faa6837ecb17ccb611f610cf9bd0a35/raw/pardus_starbase_watcher.user.js
// @grant GM_xmlhttpRequest
// @connect artemis.pardus.at
// @connect orion.pardus.at
@Tro95
Tro95 / pardus_necrophobia.user.js
Last active July 22, 2018 21:31
pardus_necrophobia.user.js
// ==UserScript==
// @name Pardus Necrophobia
// @version 2.0
// @namespace marnick.leau@skynet.be
// @description Takes you straight back to the Nav after killing an NPC.
// @icon http://www.majhost.com/gallery/Faziri/Pardus/Scripts/icon.png
// @include http*://*.pardus.at/ship2opponent_combat.php*
// @include http*://*.pardus.at/options.php
// @downloadURL https://gist.github.com/Tro95/0507f456ab8a4ea3e8639fc5da17097e/raw/pardus_necrophobia.user.js
// @updateURL https://gist.github.com/Tro95/0507f456ab8a4ea3e8639fc5da17097e/raw/pardus_necrophobia.user.js
@Tro95
Tro95 / pardus_combat_screen_skills.user.js
Last active September 30, 2019 08:44
pardus_combat_screen_skills.user.js
// ==UserScript==
// @name Pardus Combat Screen Skills
// @namespace Pardus
// @author Tro
// @version 1.3
// @description Adds your combat skills onto the combat page
// @downloadURL https://gist.github.com/Tro95/1df4c595c921f5f16d170b0daed09f8a/raw/pardus_combat_screen_skills.user.js
// @updateURL https://gist.github.com/Tro95/1df4c595c921f5f16d170b0daed09f8a/raw/pardus_combat_screen_skills.user.js
// @include http*://*.pardus.at/ship2opponent_combat.php*
// @grant GM_xmlhttpRequest
@Tro95
Tro95 / wardenreading_swap_chapter_buttons.user.js
Last active August 18, 2025 21:00
Wardenreading swap next and previous chapter buttons
// ==UserScript==
// @name Wardenreading swap next and previous chapter buttons
// @namespace http://wardenreading.com/
// @version 2025-08-18
// @description Swaps the next and previous chapter buttons on wardenreading.com
// @author You
// @match https://wardenreading.com/main/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=wardenreading.com
// @grant none
// ==/UserScript==