Currently, I am utilizing Stylebot in Chrome to modify certain styles on a webpage that I frequently browse. My goal is to conceal elements in a list that have links I have already visited.
For instance, there is a <tr>
with the class table-row
, and my objective is to hide all table-row
s that contain a visited link (a:visited
).
Is there a method for achieving this?