Topic

Glitch Skills Table (Now with colour!)

Here is a Greasemonkey (or GreaseKit) mod of the Glitch skills table that adds back the skill icons and reduces clutter.

Skills Table

Link to the script

This mod is only tested on Safari 4 and Firefox 4 and if you do decide to use this script, use it as your own risk.

Posted 7 months ago by New Boy Subscriber! | Permalink

Replies

  • Updated the script to modify elements by the data-skill-class rather than the data-skill-id and remove the duplicated Mining 4 skill box (clumsy developers).

    Version two of the script
    Posted 7 months ago by New Boy Subscriber! | Permalink
  • Thank you! :)
    Posted 7 months ago by Impspindle Subscriber! | Permalink
  • Add this to your script to remove the second Mining IV icon from your unlearn list.

    var input = document.querySelectorAll('input[value="mining_4"]');
    if (input[1] !== undefined) {
    // hide the second unlearn mining icon
    input[1].parentNode.innerHTML = ''
    }
    Posted 7 months ago by Macs Subscriber! | Permalink
  • I love that!
    Posted 7 months ago by Little Miss Giggles Subscriber! | Permalink
  • Updated the script to add the new Nudgery I skill icon, move the text-shadow css style into the all_skillnames class, and include the Mining IV skill icon fix.

    Version three of the script
    Posted 7 months ago by New Boy Subscriber! | Permalink
  • Dear Glitch,

    Plz to be making this official.
    Kthx! Love, me.
    Posted 7 months ago by diaveborn ♥ Subscriber! | Permalink
  • Skills Table

    Version four of the script

    Updated the script to add the following changes:
    * Centered the skills table without stretching the page width
    * Aligned the skills table legend with the learnable skills buttons above
    * Padded the left hand side of the skills table if the page is too small (min-width)
    Posted 7 months ago by New Boy Subscriber! | Permalink
  • Yes, I really miss the colored icons in the skills table. The current one is so much more work to puzzle out.
    Posted 7 months ago by Kinkajou Subscriber! | Permalink