So, I've been working on a Greasemonkey script that does some shopping-
comparisons.

Basically, I insert an element into the page to display some data. The
problem I'm running into, though, is that (I guess as expected) the
CSS on the page I'm inserting into affects my inserted elements! In
normal circumstances, this is the behavior one would want, but I very
much want my data to look the same regardless of webpage.

Thus far, the best way I've found to do this is to forcefully set
every attribute on my elements, to override those set by the page
itself (since my selectors are more specific, this works) - but this
solution is quite tedious to implement.

I'm wondering if my fellow Greasemonkey users have come up with a cool
way to have elements inserted into a page via a GM script ignore the
CSS already present on the page, so they'll display consistently
across websites?

-- 
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to