I build an extension to Google Chrome that changes the cursor and every time I go over a tag that have style cursor: pointer i'm change the cursor I currently take and check every tag with the cursor is a pointer if it true I change it but I do not want every time the page refreshes to loop all the tags it is not Effective Is there a way to determine that every tag that have style cursor: pointer, pointer going to be something that i declared
Inject a style CSS to override all tags from cursor: pointer; to cursor: initial;