I need a Greasemonkey script to customize one of my frequently visited site. How can I make sure my script will excute first, modify the html, end sucessfully, only then allow any inline script runs?
EDIT: I've splitted my original question into 2. one goes here: Find all elements have any attribute other than some specified attributes (solved)
my real goal with the page is targeting some special elements (which I got from my other question) but an inline script will change some elements's attributes, or even remove those elements. If that script CAN'T be blocked, what should I do?