Jump to content

Two suggestions for the File Tracking Centre page.


cdcooley

Recommended Posts

I use this (jQuery-based) code in a userscript for the Tracking Centre page to highlight the date on mods that have been updated since I last downloaded them. Something like that might be useful to others too.

$(".trackedmod-list").find("span.last-download-tracking").each(function() {
   if (Date.parse(this.textContent) < Date.parse(this.previousElementSibling.textContent))
      this.previousElementSibling.style.color = "yellow"
})

Would it be possible to add the delete buttons directly on the main tracking page and ditch the "Managed Tracked Files" page entirely?

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...