GameCATs Highlighting

Highlights stuff, I dunno.

These are versions of this script where the code was updated. Show all versions.

  • v2.1.0 02/02/2021 The HTML contextmenu element got deprecate/dremoved, so now there's a hobo select box that pops up on right click instead.
  • v2.0.22 26/01/2018 - Pre-emptively adding an include line for the new URL scheme GameFAQs plans on changing to.
  • v2.0.21 26/07/2017 - GameFAQs changed the site header which made the script fail to append its settings link there for those with that enabled. It's now in that newfangled dropdown.
  • v2.0.20 08/03/2017 - Made content based highlight/ignore pick up embedded youtube videos and images
  • v2.0.19 26/01/2017 - GameFAQs is https now, so I set the script is set to run on https pages.
  • v2.0.18 28/11/2016 - Made topic removals make sure the topic hasn't already been removed
  • v2.0.17 31/08/2016 - GameFAQs changed the message list post headers, so I updated the script to parse it correctly.
  • v2.0.16 11/05/2016 - CSS changed a bit, so I did a thing to make the settings link look less bad on "/user"
  • v2.0.15 21/01/2016 - GameFAQs changed the usermast again, so I fixed the settings button to still find the "welcome" link to append next to.
  • v2.0.14 24/12/2015 - Made the right click context menu rerun the <code>getSettings();</code> call so it won't revert changes made in other tabs.
  • v2.0.13 16/12/2015 - Fixed a bug where the script errors out trying to delete an already deleted post.
  • v2.0.12 15/12/2015 Missed a brace, whoops.
  • v2.0.11 15/12/2015 - Fixed a script conflict. Probably should have just done this in the first place.
  • v2.0.10 09/12/2015 - Fixed the save settings function reading from the wrong checkbox.
  • v2.0.9 23/11/2015 The new notifications changed the order of nodes in the header, fixed the settings link not appending after your username.
  • v2.0.8 13/11/2015 - GameFAQs added a class before one I expected to be the first, so I adjusted where I look for that to fix the header settings link. - Also set the settings link in the profile page to use the new 'quick links' area.
  • v2.0.7 28/09/2015 GameFAQs changed the page I appended the settings link to, so I changed the script to append again.
  • v2.0.6 03/06/2015 - Fixed message list ignore, forgot I only need to delete the one TR now
  • v2.0.5 30/05/2015 - Fixed a fix again, unbroke topic list highlighting.
  • v2.0.4 29/05/2015 - Fixed text colours getting applied to GameFAQs-style tags
  • v2.0.3 28/05/2015 Whoops, forgot a console.log
  • v2.0.3 28/05/2015 - Fixed text colours bleeding into the username dropdown menu - Fixed text colours not getting applied to a freshly appended <code>span.user_info</code>
  • v2.0.2 28/05/2015 Fixed to work with the new GameFAQs update.
  • v1.3.3 29/04/2015 Fixed a bug where adding a group name by content would also apply to someone whose username happened to match that content.
  • v1.3.2 23/04/2015 Missed the parenthesis on group names in the topic list, removed those.
  • v1.3.1 21/04/2015 Forgot to add text by the new option's label. Fixed that.
  • v1.3.0 21/04/2015 No longer automatically wraps parenthesis around group names. If you want the old behaviour, just add them to your group names in the text field. | Has a new toggle to style group names like GameFAQs tags.
  • v1.2.4 20/04/2015 My name on GameFAQs changed, so I updated the part where it fills in a highlight list for me as the first run placeholder.
  • v1.2.3 27/10/2014 Added an option to move the settings link onto GameFAQs' own settings page list, keep it in the site header, or both.
  • v1.2.2 24/07/2014 Whoops. Forgot a match case.
  • v1.2.1 23/07/2014 Fixed a bug with highlight stacking in the topic list.
  • v1.2.0 07/07/2014 Added case insensitivity option
  • v1.1.2 16/05/2014 Added a simple error check for malformed import data.
  • v1.1.1 15/05/2014 Imported from userscripts.org