User:Aichon/Userscripts: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
(I'm now recommending that Chrome users install Tampermonkey since installing directly won't be possible as of the next version. Removing GreaseKit reference, since it's been three years.)
(Turns out that Tampermonkey actually fixes a few issues with my userscripts (e.g. chud, UDMap). Unfortunately, it also means you need to manage their execution order.)
Line 175: Line 175:
|note=version 1.0
|note=version 1.0
|addenda=For reference, here's Midianian's original {{../snazzylink|User:Midianian/Userscripts#UDRA|UDRA}}.
|addenda=For reference, here's Midianian's original {{../snazzylink|User:Midianian/Userscripts#UDRA|UDRA}}.
|bugs=If used with {{../snazzylink|#UD Item Combiner, Organizer, and Sorter|UDICOS}}, it must execute after it. Safari, Chrome, and Opera are fine. In Firefox, go to the ''Manage User Scripts'' window and move it after UDICOS.
|bugs=If used with {{../snazzylink|#UD Item Combiner, Organizer, and Sorter|UDICOS}}, it must execute after it. Safari and Opera are fine. In Chrome and Firefox, go to your Greasemonkey/Tampermonkey settings and move it after UDICOS.
|description=When you click on your radio handset to change the frequency, it'll make a popup that you can use to enter the new frequency. It saves you a page load and an IP hit. I haven't made any modifications to it yet.
|description=When you click on your radio handset to change the frequency, it'll make a popup that you can use to enter the new frequency. It saves you a page load and an IP hit. I haven't made any modifications to it yet.
}}
}}
Line 211: Line 211:
<br />{{../snazzylinke|http://www.aichon.com/dumpbox/ud_userscripts/screenshots/chud2.png|Screenshot}} - zombies can claw, bite, or drag survivors (some of these ones are infected too)
<br />{{../snazzylinke|http://www.aichon.com/dumpbox/ud_userscripts/screenshots/chud2.png|Screenshot}} - zombies can claw, bite, or drag survivors (some of these ones are infected too)
<br />For reference, here's jimflexx's updated version of haliphax's {{../snazzylinke|http://sites.google.com/site/udscripts/chud|chud}}.
<br />For reference, here's jimflexx's updated version of haliphax's {{../snazzylinke|http://sites.google.com/site/udscripts/chud|chud}}.
|bugs=Oftentimes simply fails to appear in Chrome. Planning to look into it (2012-07-26).
|bugs=If used with Better HP Colorizer, it must execute before it. Go to your userscript settings and move it before Better HP Colorizer.
|description=Creates a box that appears underneath the minimap whenever there are injured survivors. It then sorts them by their HP and colorizes their HP in the same fashion as {{../snazzylink|#UD Better HP Colorizer|Better HP Colorizer}}. Next to their name, you then have the option to hurt them (e.g. pistol, shotgun, knife, bite, claw, etc. depending on which are available) or heal them. The script is significantly modified from haliphax's original version of chud.
|description=Creates a box that appears underneath the minimap whenever there are injured survivors. It then sorts them by their HP and colorizes their HP in the same fashion as {{../snazzylink|#UD Better HP Colorizer|Better HP Colorizer}}. Next to their name, you then have the option to hurt them (e.g. pistol, shotgun, knife, bite, claw, etc. depending on which are available) or heal them. The script is significantly modified from haliphax's original version of chud.
|update=Now works again after the 2010-08-16 game update.
|update=Now works again after the 2010-08-16 game update.
Line 238: Line 238:
|addenda={{../snazzylinke|http://www.aichon.com/dumpbox/ud_userscripts/screenshots/udmap1.png|Screenshot}} - a view of Pitneybank, with all TRPs color-coded
|addenda={{../snazzylinke|http://www.aichon.com/dumpbox/ud_userscripts/screenshots/udmap1.png|Screenshot}} - a view of Pitneybank, with all TRPs color-coded
<br />For reference, here's Janzak's {{../snazzylinke|http://host.skoglind.se/urbandead/|UDMap}}.
<br />For reference, here's Janzak's {{../snazzylinke|http://host.skoglind.se/urbandead/|UDMap}}.
|bugs=Does not work in Opera (no fix planned). Selecting suburbs from world map doesn't work in Chrome and Safari.
|bugs=Does not work in Opera and selecting suburbs doesn't work in Safari (no fix planned for either).
|description=Puts two minimaps under the main minimap. The first shows you your entire suburb, with {{../snazzylink|TRP|TRPs}} colored, while the second shows you the entire city and lets you click on any suburb to see it in detail. I modified the appearance, added all of the Necrotech buildings, fixed some bugs, and changed the colors to match the ones used for the {{../snazzylink|Template:BarricadePlanLegend|barricade plans}}. The colors are:
|description=Puts two minimaps under the main minimap. The first shows you your entire suburb, with {{../snazzylink|TRP|TRPs}} colored, while the second shows you the entire city and lets you click on any suburb to see it in detail. I modified the appearance, added all of the Necrotech buildings, fixed some bugs, and changed the colors to match the ones used for the {{../snazzylink|Template:BarricadePlanLegend|barricade plans}}. The colors are:
'''<span style="color: #ea4">Auto Repair Shop</span>''', '''<span style="color: #a85">Factory</span>''', '''<span style="color: #e8b">Hospital</span>''', '''<span style="color: #9d8">Mall/Fort</span>''', '''<span style="color: #85a">Necrotech</span>''', '''<span style="color: #44e">Police Department</span>''', and '''Outdoor'''.
'''<span style="color: #ea4">Auto Repair Shop</span>''', '''<span style="color: #a85">Factory</span>''', '''<span style="color: #e8b">Hospital</span>''', '''<span style="color: #9d8">Mall/Fort</span>''', '''<span style="color: #85a">Necrotech</span>''', '''<span style="color: #44e">Police Department</span>''', and '''Outdoor'''.
Line 275: Line 275:
|note=version 1.0.1
|note=version 1.0.1
|addenda=
|addenda=
|bugs=If used with {{../snazzylink|#QuickLinks|QuickLinks}}, it must execute after it. Safari, Chrome, and Opera are fine. In Firefox, go to the ''Manage User Scripts'' window and move it after Quicklinks.
|bugs=If used with {{../snazzylink|#QuickLinks|QuickLinks}}, it must execute after it. Safari and Opera are fine. In Chrome and Firefox, go to your Greasemonkey/Tampermonkey settings and move it after QuickLinks.
|description=Removes the buttons that normally show up under the minimap. If you liked it, check out {{../snazzylink|#UD Barrista|Barrista}} instead, listed elsewhere on this page, since it has this functionality built in.
|description=Removes the buttons that normally show up under the minimap. If you liked it, check out {{../snazzylink|#UD Barrista|Barrista}} instead, listed elsewhere on this page, since it has this functionality built in.
|suggestion=Pair it with {{../snazzylink|#QuickLinks|QuickLinks}}, since otherwise you'll be left without those buttons at all.
|suggestion=Pair it with {{../snazzylink|#QuickLinks|QuickLinks}}, since otherwise you'll be left without those buttons at all.
}}
}}

Revision as of 15:57, 28 May 2014

Aichon:Userscripts
Aichon
ˈīˌkän :Userscripts