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 Hide NPC attack effects | |
| // @namespace lugburz.hide_npc_attack_effects | |
| // @version 0.1 | |
| // @description Hide effects when attacking NPCs | |
| // @author Lugburz | |
| // @match https://www.torn.com/loader.php?sid=attack&user2ID=* | |
| // @grant GM_addStyle | |
| // ==/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 Torn: Execute Helper | |
| // @namespace lugburz.execute_helper | |
| // @version 0.1 | |
| // @description Execute Helper | |
| // @author Lugburz [2386297] | |
| // @match https://www.torn.com/loader.php?sid=attack&user2ID=* | |
| // @run-at document-body | |
| // @grant unsafeWindow | |
| // ==/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 TORN: Bazaar Repricing | |
| // @namespace dekleinekobini.private.bazaarrepricing | |
| // @version 1.0.5 | |
| // @author DeKleineKobini, Lugburz | |
| // @description Quickly edit bazaar prices. | |
| // @match https://www.torn.com/bazaar.php* | |
| // @require https://greasyfork.org/scripts/390917-dkk-torn-utilities/code/DKK%20Torn%20Utilities.js?version=753706 | |
| // ==/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 Bazaar Auto Price Enhanced | |
| // @namespace tos | |
| // @version 0.8.15 | |
| // @description Original "Bazaar Auto Price" plus the ability to set margin, set price for all items, select and set price for multiple similar items. | |
| // @author tos, Lugburz | |
| // @match *.torn.com/bazaar.php* | |
| // @connect api.torn.com | |
| // @grant GM_xmlhttpRequest | |
| // @grant GM_addStyle |
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 Torn: Post ad | |
| // @namespace lugburz.post_ad | |
| // @version 0.1.1 | |
| // @description Post an ad to Trade chat. | |
| // @author Lugburz | |
| // @match https://www.torn.com/* | |
| // @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 Revivers Blacklist | |
| // @namespace lugburz.blacklist | |
| // @version 0.4.2 | |
| // @description Custom blacklist. | |
| // @author Lugburz | |
| // @match https://www.torn.com/* | |
| // @require https://github.com/f2404/torn-userscripts/raw/31f4faa6da771b7a16cf732c1a78970506effeeb/lib/lugburz_lib.js | |
| // @connect script.google.com | |
| // @connect script.googleusercontent.com |
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 Revivers Blacklist | |
| // @namespace lugburz.blacklist | |
| // @version 0.4.2 | |
| // @description Custom blacklist. | |
| // @author Lugburz | |
| // @match https://www.torn.com/* | |
| // @require https://github.com/f2404/torn-userscripts/raw/31f4faa6da771b7a16cf732c1a78970506effeeb/lib/lugburz_lib.js | |
| // @connect script.google.com | |
| // @connect script.googleusercontent.com |
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 Faction Funds Surplus Mod. | |
| // @version 1.1.0 | |
| // @description Display's faction funds surplus written by nym (branch off of 0.3 https://greasyfork.org/en/scripts/376805-faction-funds-surplus) | |
| // @author Helcostr | |
| // @match https://www.torn.com/factions.php* | |
| // @grant none | |
| // @run-at document-idle | |
| // @updateURL https://github.com/Echoblast53/echoblast53-torn-userscripts/raw/master/Userscripts/faction_funds_surplus.user.js | |
| // ==/UserScript== |