We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d48ed commit d236558Copy full SHA for d236558
1 file changed
3dsky.org/MoreInfo/moreinfo.user.js
@@ -32,7 +32,7 @@ function applyDataToItems(modelsArr) {
32
const slug = model.slug;
33
const properties = model.properties;
34
35
- const itemElem = await waitForElement(`a[href*="3dmodels/show/${slug}"]`);
+ const itemElem = await waitForElement(`a[href="/3dmodels/show/${slug}"]`);
36
const itemContentElem = itemElem.parentElement.parentElement;
37
38
const sizeDisplay = properties?.size_kb
0 commit comments