How can I stop a HTML page after the <head>...</head> loads using javascript? -
i have url rewriting proxy server (ezproxy) can set provide one-click access target url's, providing authentication challenge when needed getting out of way when it's not needed.
http://url-rewriting-proxy-server.com/login?url=http://target-url.com
i load url above , stop page, loading <head></head>
.
i use bookmarklet (server side code ok) accomplish this.
can programmatically javascript? if so, how? if javascript bad idea, there alternatives?
will solution work in mobile safari?
maybe
window.stop();
is looking for
Comments
Post a Comment