Gentoo Archives: gentoo-user

From: Rohit Sharma <bhavhit@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Mozilla - pop-ups not blocked !!
Date: Sun, 19 Mar 2006 17:53:32
Message-Id: 441D9963.1010202@tiscali.co.uk
1
2
3
4
5
6
7
8 Hi,
9
10 I am using Mozilla 1.7.12
11
12
13 // using try..catch to handle empty useragents and other cases where the regex fails to apply
14 try {
15 document.getElementById("mozver").appendChild(document.createTextNode(navigator.userAgent));
16 document.getElementById("mozlink").firstChild.appendData(navigator.userAgent.match(/rv:([^;)]+)/)[1]);
17 }
18 catch (e) {Mozilla/5.0
19 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060222
20 at my home desktop. However, even when configured to block unrequested
21 popups, my mozilla [on both windows and linux] is not able to block
22 pop-ups from websites. I assure you this is not a spam/dangerous link
23 and you shall know exactly what I mean if you clicked on
24
25 http://www.samachar.com/showurl.htm?rurl=http://timesofindia.indiatimes.com/articleshow/1455375.cms?headline=Couples~framing~parents~with~dowry
26
27 This is my news-consolidated site that I access every morning.
28 What may I be doing wrong?
29 --
30
31 Rohit's signatures
32 Best regards,
33
34 Rohit
35 Sharma
36
37
38
39 --
40 gentoo-user@g.o mailing list
41
42
43

Replies

Subject Author
Re: [gentoo-user] Mozilla - pop-ups not blocked !! fire-eyes <sgtphou@×××××××××.org>
Re: [gentoo-user] Mozilla - pop-ups not blocked !! Jane <cas_jane@××××××××.uk>
Re: [gentoo-user] Mozilla - pop-ups not blocked !! Daniel da Veiga <danieldaveiga@×××××.com>
Re: [gentoo-user] Mozilla - pop-ups not blocked !! JimD <Jim@×××××××××××××××××.org>