Closed carbolymer closed 6 years ago
I can confirm, same problem
Same here, thumbnail selector must have changed.
Changing the thumbnail selector from
let thumbnail = document.querySelector('img[name="' + container.dataset.itemId + '"]');
to
let thumbnail = document.querySelector('img[id="' + container.dataset.itemId + '"]');
works just fine (tested on the userscript).
Same problem
I made a PR #76, while is not merged you can use https://github.com/wachunei/make-gis-great-again/tree/fix/thumbnail-selector as unpacked extension in dev mode, just in case you are not willing to wait 😅
Control+Shift+K
, Chrome —Ctrl+Shift+J
)The button does not appear. Exact error from Developer Tools is attached.