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 Percentage Attack | |
| // @namespace zero.attackper.torn | |
| // @version 0.3 | |
| // @description Adds a bar at certain percentage | |
| // @author -zero [2669774] | |
| // @match https://www.torn.com/loader.php?sid=attack&user2ID* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=torn.com | |
| // @grant none | |
| // @downloadURL https://update.greasyfork.org/scripts/467836/Percentage%20Attack.user.js |
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 Attacking Extended | |
| // @namespace heartflower.torn.com | |
| // @version 1.1.4-fix | |
| // @description Shows hospital time and adds extra attack buttons | |
| // @author Heartflower [2626587] | |
| // @match https://www.torn.com/loader.php?sid=attack* | |
| // @match https://www.torn.com/page.php?sid=attack* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=torn.com | |
| // @grant 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 Torn Loadout Switcher | |
| // @namespace https://github.com/SOLiNARY | |
| // @version 0.6.2-fix | |
| // @description Adds customisable quick loadout change buttons on Items page. | |
| // @author Ramin Quluzade, Silmaril [2665762] | |
| // @license MIT | |
| // @match https://www.torn.com/item.php* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=torn.com | |
| // @grant unsafeWindow |
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: Hide Crimes 2.0 Stories | |
| // @namespace ReconDalek.HideStory | |
| // @version 1.3-fix | |
| // @description Hides the stories from the crime section when initiating crimes | |
| // @author ReconDalek [2741093] | |
| // @match https://www.torn.com/loader.php?sid=crimes* | |
| // @match https://www.torn.com/page.php?sid=crimes* | |
| // @grant none | |
| // @license MIT |