Was wondering is there any built-in method to basically filter out/special pin in the title that indicate that I’ve downloaded/watched so that I can look at topics that I’ve not view before(I know about the unseen in search). Something like a bookmark but different in the sense that I don’t get notification.
I’ve made a userscript for myself for this exact purpose
I can share it if you would like.
It might not be perfect for your needs, but I use this one once in a while to see if I missed something. The important parts are the in:first
(to only get topics, and not posts) and in:unseen
.
Filter:
#scripts:free-scripts in:first in:unseen tags:vr -tags:hmv,pmv,cockhero,trans
Direct Link:
https://discuss.eroscripts.com/search?q=%23scripts%3Afree-scripts%20in%3Afirst%20tags%3Avr%20in%3Aunseen%20-tags%3Ahmv%2Cpmv%2Ccockhero%2Ctrans
Good solution, I added a bit of code in my end to make the function togglable and marked it in other page as well by marking every link that matches the link in the file so the marked part shows up before you click into the link and it basically solved my problem.