/gfaqs-amp-sorting

Gives the ability to sort GameFAQs Message Boards' "Active Messages" list

Primary LanguageJavaScriptMIT LicenseMIT

GameFAQs AMP Sorting

Sort your Active Messages Posted on the GameFAQs Message Boards by "Board", "Topic", "Msgs", "Last Post", or "Your Last Post" in ascending or descending order by clicking on the respective header.

Use with one of the following browser extensions:

Mozilla Firefox

Google Chrome

  • Tampermonkey

  • Convert script to Google Chrome extension:

    1. Save the script (the *.user.js file) to your computer.
    2. In Chrome, go to Tools > Extensions.
    3. Drag/drop the user script file onto the Extensions page.

Release Notes

Version 2.1.0

Released 2016-07-02

  • Optimized process used to select the correct stylesheet of the active site display style
  • Completely transitioned from GM_*etValue functions to native localStorage

Version 2.0.3

Released 2016-03-21

  • Updated to use new FontAwesome classes after recent GameFAQs font update
  • Switch to only using localStorage for sort settings

Version 2.0.2

Released 2015-09-29

  • Updated to account for GameFAQs updates to site URLs
  • Small tweaks to speed things up

Version 2.0.1

Released 2015-09-27

  • Removed lines from beginning of script that I don't remember putting there but apparently break the script for certain people (including myself >_>)
  • Now saves current sort settings to localStorage on load and on sort to ease future transition away from GM_* functions (specifically GM_*etValue)

Version 2.0.0

Released 2014-09-14

  • AMP Sorting has been completely rewritten from the ground up!
    • Now displays native GameFAQs sorting options above AMP table to allow for usage of different GameFAQs sorting methods (which sorts ALL active messages, not just the current page) in conjunction with AMP Sorting script
  • Renamed script file to GameFAQs_AMP_Sorting
  • IF UPDATING FROM A PREVIOUS VERSION THEN YOU MAY NEED TO UNINSTALL THE PREVIOUS VERSION OF THE SCRIPT.

Version 1.2.5

Released 2012-07-19

  • Small update that allows script to override official GameFAQs sorting

Version 1.2.4

Released 2012-05-10

  • Sorting now takes the year into account

Version 1.2.3

Released 2012-04-12

  • Script now sorts friends' AMP properly when they have posts on boards that you do not have access to

Version 1.2.2

Released 2012-04-02

  • Removed auto-updater since Greasemonkey now has update checking built-in as of v0.9.18

Version 1.2.1

Released 2011-10-15

  • Fixed compatibility issues with GameFOX 0.8.2

Full changelog available at http://otacon120.com