Skip to content

Commit d236558

Browse files
authored
Update moreinfo.user.js
1 parent 40d48ed commit d236558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3dsky.org/MoreInfo/moreinfo.user.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function applyDataToItems(modelsArr) {
3232
const slug = model.slug;
3333
const properties = model.properties;
3434

35-
const itemElem = await waitForElement(`a[href*="3dmodels/show/${slug}"]`);
35+
const itemElem = await waitForElement(`a[href="/3dmodels/show/${slug}"]`);
3636
const itemContentElem = itemElem.parentElement.parentElement;
3737

3838
const sizeDisplay = properties?.size_kb

0 commit comments

Comments
 (0)