Has anyone worked on a Tampermonkey script for Trakt?

I’m curious whether someone has already made a custom user script for the new Trakt ? I can’t believe I’d be the only one needing that.

(Or is it also a forbidden discussion ?)

What would the goal be of the .js script? If you’re trying to manipulate it back to a more Classic V2 appearance I’d assume it would need more of a css or Stylish edit to achieve that.

Obviously the features that disappeared and would need API calls, like

  • sort / search / filter
  • display info from your data (rating for instance)

would not be possible.

But I’m thinking about making it more compatible with common usability standards:

  • no horizontal scrolling
  • titles displayed in search results
  • no weird filters on images in lists
  • hiding a lot of stuff
  • making the side panel that actually has all the info bigger
  • generally more screen space for the useful parts and less (or none) for the others

this kind of stuff should be doable

horizontal scrolling was removed, except in firefox for some reason and mayabe safari on mac but i cant test for that one, so if you’re using firefox like i do that’s the only reason you may still see horizontal scrollbars. every other browser uses vertical scrolling by way of those fly out drawers

I do indeed use Firefox :cry: and the Android app, that both have their fair share of horizontal scrolling

the android app is a little behind ios but the horizontal scrolling is still there for various sections. i believe that’s the design intent on the app which makes sense (to me)