473,406 Members | 2,387 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Nixing Javascript via javascript: pseudoproto?



This is a question about defensive web browsing. Ocassionally I
run into a page whose JavaScript does something that I find obnoxious.
I would like to turn off JavaScript only for that page (instead of
disabling it globally). It would be cool if there were some way
to do this through a "bookmarkable" JavaScript snippet using the
javascript: pseudoprotocol. Does anyone know any trick to do any
of this?

Many thanks!

-bill
Jul 23 '05 #1
2 988
Ivo
"bill" wrote
This is a question about defensive web browsing. Ocassionally I
run into a page whose JavaScript does something that I find obnoxious.
I would like to turn off JavaScript only for that page (instead of
disabling it globally). It would be cool if there were some way
to do this through a "bookmarkable" JavaScript snippet using the
javascript: pseudoprotocol. Does anyone know any trick to do any
of this?


The following bookmarklet code removes all scripts and all event
definitions, then reloads the cleaned up page:

javascript:if(frames.length){alert('Sorry, doesn\'t work in
frames');}else{onerror=function(){return
true};while((es=document.getElementsByTagName('scr ipt')).length){es[0].paren
tNode.removeChild(es[0]);}es=document.all;for(i=0;i<es.length;++i){e=es[i];f
or(p in
e){if(!p.indexOf('on')&&e[p]){e[p]=null;}}}document.write(document.documentE
lement.outerHTML);document.close();onerror=functio n(){return true};}void 0;

HTH
Ivo
Jul 23 '05 #2
In <40********************@news.wanadoo.nl> "Ivo" <no@thank.you> writes:
"bill" wrote
This is a question about defensive web browsing. Ocassionally I
run into a page whose JavaScript does something that I find obnoxious.
I would like to turn off JavaScript only for that page (instead of
disabling it globally). It would be cool if there were some way
to do this through a "bookmarkable" JavaScript snippet using the
javascript: pseudoprotocol. Does anyone know any trick to do any
of this?
The following bookmarklet code removes all scripts and all event
definitions, then reloads the cleaned up page: javascript:if(frames.length){alert('Sorry, doesn\'t work in
frames');}else{onerror=function(){return
true};while((es=document.getElementsByTagName('sc ript')).length){es[0].paren
tNode.removeChild(es[0]);}es=document.all;for(i=0;i<es.length;++i){e=es[i];f
or(p in
e){if(!p.indexOf('on')&&e[p]){e[p]=null;}}}document.write(document.documentE
lement.outerHTML);document.close();onerror=functi on(){return true};}void 0;


Way cool! Very handy.

Thanks!

-bill
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.