I'm trying to make a precedent for how a script request thread should look like, I'll outline some requirements as much as I can.
I mark galleries that I have read by rating them, so I can see that I have looked at it and perhaps even tagged it. I mostly look at tag galleries that have tag flags since there is a higher chance that those will contain my fetishes. Therefore, when I look at a page of the galleries (that is not one of the first ones), galleries that are flagged but I had not rated are the most important ones to look at.
If I had a way of highlighing exactly those galleries it would be a huge plus.
In other words: I'd love to have a script that, for a gallery that is flagged but has not been rated, would change the <tr> style to something more visible. Maybe border-spacing: 1.5em; or similar stuff would work but I'm pretty bad with visual stuff (I've tried border: 3px red solid; , it works but looks horrible).
---------
Extra info (not really required for a script request): a rated gallery has class=irg in the stars (a non rated has no such class). A flagged gallery has an extra <div> class=it4t and a <div> class=tfl inside it. Therefore it is pretty much about a loop going through all galleries and change style= on all ones that contain the tag flagging <div> but do not have the class=irg on the next <div>.
--------------------
QUOTE(blue penguin @ Jun 21 2021, 17:24) For 10 years of my life I have refused to add if-else blocks in order to support internet explorer idiocy, am not going to start doing it now in order to support google chrome's idiocy. Sorry folks. As harsh as the advice sounds my advice will be: use a browser that follows IETF standards.
|