Skip to content

Instantly share code, notes, and snippets.

@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 / 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_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
// ==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_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
@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_chat_online_alliance_members.user.js
Last active June 15, 2018 06:40
Pardus Chat Online Alliance Members
// ==UserScript==
// @name Pardus Chat Online Alliance Members
// @namespace Pardus
// @author Tro (Artemis) / Troo (Orion)
// @version 1.9.3
// @icon http://static.pardus.at/various/logo/pardus_logo64_cap.png
// @description Displays online members in AC
// @include http*://chat.pardus.at/chat.php*
// @downloadURL https://gist.githubusercontent.com/Tro95/b546fa0ba8c6d9bb5600eedc5f438b17/raw/pardus_chat_online_alliance_members.user.js
// @updateURL https://gist.githubusercontent.com/Tro95/b546fa0ba8c6d9bb5600eedc5f438b17/raw/pardus_chat_online_alliance_members.user.js
@Tro95
Tro95 / pardus_easy_building_trading.user.js
Created April 15, 2017 07:43
Pardus Easy Building Trading
// ==UserScript==
// @name Pardus Easy Building Trading
// @namespace Pardus
// @author Tsarugi (Artemis)
// @description Auto fills building trading form with an "easy" button for building stocking. Stock any building with 2 clicks and no typing. Search for Pardus Easy Planet Trading for easy buttons on planets.
// @include *.pardus.at/building_trade.php
// @include *.pardus.at/overview_buildings.php
// ==/UserScript==
// == Notes ==
@Tro95
Tro95 / pardus_easy_planet_trading.user.js
Created April 15, 2017 07:42
Pardus Easy Planet Trading
// ==UserScript==
// @name Pardus Easy Planet Trading
// @namespace pardus.at
// @author Tsarugi (Artemis)
// @version 2.1
// @description Auto Fills Starbase and Planet trade form using easy 1 click buttons with no typing. FWE has never been so easy. To add these easy trading buttons to buildings search for Pardus easy building trading.
//
// @include *.pardus.at/starbase_trade.php
// @include *.pardus.at/planet_trade.php
@Tro95
Tro95 / pardus_combat_and_message_notifier.user.js
Created April 15, 2017 07:41
Pardus Combat and Message Notifier
// ==UserScript==
// @name Pardus Combat and Message Notifier
// @namespace TroPardus
// @author Tro (based off Taki's previous work)
// @version 2.2.1
// @description Plays a sound when having unread COMBAT and MSG notifications.
// @include http*://*.pardus.at/msgframe.php
// ==/UserScript==