On 2016-06-17 07:49, 'Ben Stover' via greasemonkey-users wrote:
Assuem I have a CSS for a web page like

.content > img {   width: 100% !important;  }

Now I want to delete this statement from a Greasemonkey script.

How do I do this?
Not really a Greasemonkey question. You simply need to change the CSS width property to the default value: http://www.w3schools.com/cssref/pr_dim_width.asp

--

Klaus Johannes Rusch
[email protected]
http://klausrusch.atmedia.net/

--
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to