I know that this is probably a really stupid question but, can you block script without having access to edit the script, but having access to edit the css?
Is there any way to block script with css?
no.
If you need to prevent javascript from running you can turn it off in your browser, or have an ad blocker block it. Unless the javascript is setup in css as in a behavior http://www.css3.com/css-behavior/ or http://www.w3.org/TR/1999/WD-becss-19990804#ASexample which is very unlikely
yes
install the no-script plugin in firefox, the script will not be executed
then you can have a peek at the source to check out the css
install the no-script plugin in firefox, the script will not be executed
then you can have a peek at the source to check out the css
Title says:
Is there any way to block script with css?
answer NO
these are 2 different things.
you can manupulate the DOM and do several things with javascript but CSS is merely used to style a page by declaring styles for classes, ID's and other attributes of elements
Is there any way to block script with css?
answer NO
these are 2 different things.
you can manupulate the DOM and do several things with javascript but CSS is merely used to style a page by declaring styles for classes, ID's and other attributes of elements
Related topics
