On Mon, 11 Jul 2005, [KS] wrote:

> I have been noticing some problems with web browsers last night. On a
> few websites the browser hangs while loading the page. Most of the time
> when Mozilla hangs, it shows in the status bar that it is waiting for
> some advertisement website. Konqureror tells that it is loading the last
> image of the page and hangs. Firefox shows similar behaviour. Example:
> http://www.theweathernetwork.com

konqueror (randomly) hangs all the time on some sites ... just kill it

==
== yeah.. them silly ads sucks... along with js and java from them
== "advertisers"
==

KONQ="konqueror|kghostview|kio_http|nspluginviewer|kcookiejar|konsole"

for pid in ` ps axuw | egrep $KONQ | awk '{ print $2 }' `
do
  #
  echo "kill -HUP $pid.."
  kill -HUP $pid
  #
done


c ya
alvin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to