lazytwinkletoes / nexus-mod-image-downloader

1 stars 0 forks source link

Website Update Broke Extension #1

Open Aevum11 opened 2 months ago

Aevum11 commented 2 months ago

Nexus just updated their site and the extension will no longer function. It's kinda weird because as long as I do not refresh my old tabs it will still download the images just fine but if I reload the page, which causes it to show the recent changes, the extension will not work.

Alex98ru commented 2 months ago

Just change the line in foreground.js let titleDiv = document.querySelector(".game-name"); to let titleDiv = document.querySelector(".sr-only");