Adding to Cart…
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2026 Daz Productions Inc. All Rights Reserved.You currently have no notifications.
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2026 Daz Productions Inc. All Rights Reserved.
Comments
Doesn't seem to work on search results.
I tried that quite a while back with version 1 and it did not work on search results either. Nevertheless, a great utility to have!
Thanks for the coffee (again), appreciate it!
And yeah, search never worked, and can't work since the search results don't include product ids for all the results. While I could in theory filter just the results within one page, that doesn't seem particularly useful, so no point adding it. Even the actual site needs to reload in order to apply any of its filters.
I did consider adding my own search as a filter. But for that, I'd need to create a plugin, handle adding new items daily, etc. Sadly, not worth the effort.
@Utilitarian,
Has DAZ3D broken the Advanced Filters Desktop again? I tried it on two Windows 11 computers and it’s not working. I tried it on two Windows 10 computers and it’s not working on the newer laptop but is working on the older laptop.
Maybe Daz is currently doing an A/B testing and you're lucky enough to have one computer as part of the A group and another one as part the B group, and one of the changes they are testing is breaking the filers.
It's working on my Mac with Firefox, but it's the only computer with the filters installed.
Still works for me as well. Don't think operating system should make a difference, though browser could make a difference (I mostly only tested on Chrome, minimally on Firefox). When you say "not working," are you just seeing funky behavior, or the checkmarks don't show up at all?
One thing to consider: if you copied the bookmark contents from one browser to another (that is, you clicked "Edit..." on the bookmark, copied the contents, and pasted to another browser), I've noticed that Chrome will sometimes randomly replace characters with the URL-safe encoding (like quotes with %22), which would break the bookmarklet since it would no longer be valid code. Also, no idea if Chrome has this problem when syncing bookmarks across computers for a single account, as I really only use a single computer. If that's what happened, then you might just need to copy the bookmarklet fresh on the computers where it isn't working.
If copying it fresh doesn't fix it, you can check the Developer Tools (opened using F12, or Ctrl + Shift + I), and then the Console tab. Run the bookmarklet, and if there was an error, a message will likely get logged in the console. Paste it here and I can take a look.
Not sure if this was directed at me, but I don't work for Daz (and this is an unofficial bookmarklet). Though I am a PA (only 1 product for now, but more in the works!).
jmucchiello said:
Ah, I see. Yeah, the filter restoring doesn't help there. To open a page in a new tab, you can always hold the Ctrl key when you click a link.
That said, AI tells me the following code will cause all links on a page to open in a new tab. I wasn't previously aware of how to achieve this, so I don't know the implications of the code it suggested, but it seems to work. You can add it to the bookmarklet if you want (just before "const settings"), or create a new bookmarket with just this code. Not sure I want to add it in for everyone, so probably will leave it out of the full bookmarklet code.
Well, it does work. Thanks.
I did a fresh copy and paste of the javascript from your website on each of the three computers on which the script no longer worked and now it works again on all three. Prior to the fresh copy and paste, clicking the bookmark with the javascript result in no change whatsoever on the store page. My oldest laptop did not have the problem. I was using the Edge browser on all four computers. I suspect that Windows had a hand in causing the problem.
Great! Glad to hear it's working for both of you.
Given that it wasn't doing anything, sounds like the code got corrupted after all. Maybe Edge has a similar issue as Chrome.