Old Proxomitron Forums
Proxomitron Program - discussions welcome => Questions and Answers => Topic started by: dlo_olb on July 18, 2002, 03:32:57 AM
-
Hello,
How to unhide obscured URL ? I have enabled "stop status bar scroller" and "link de-obfuscator" but still getting those scrolling text hiding the url... am i missing some option?
thanks!
-
Hi and welcome!
It would help a lot if you provided a link to a page where you are having trouble with this.
Best wishes
Arne 
Imici username= Arne
-
hello,
thx for your prompt reply.
[url removed]
thanks!
Edited by - dlo_olb on 19 Jul 2002 06:39:21
-
Try this.......
[Patterns]
Name = "Disable various Javascript functions {4.d.se}"
Active = TRUE
URL = "$TYPE(htm)(^$LST(Bypass-Start-End))"
Limit = 8
Match = "<start>"
Replace = "<script>"
"function status() { return true; }"
"function defaultStatus() { return true; }"
"function geovisit() { return true; }"
"</script>
"
You can also find this filter in my config.

--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
-
hi jd,
as i am new to proxomitron, should i add a new filter rule for your script?
btw, where is your config
?
fyi, i am using williem's blocklist
thanks!
Edited by - dlo_olb on 18 Jul 2002 05:09:28
-
Here ya go

http://asp.flaaten.dk/pforum/topic.asp?TOPIC_ID=522&whichpage=3&ARCHIVE=
Here's a FAQ on adding filters..
http://asp.flaaten.dk/pforum/faq/faqDspItem.asp?faqid=116
I gotta go, if ya have any questions about my config, I'll be sure to get to them tommorrow.
--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
-
hi jd,
i've installed your config, the skin changed and your custom filters are showing. i've double checked the "Disable various Javascript functions {4.d.se}" was indeed enabled. However, the scrolling status bar still hiding the url. Moreover, the image in the java applet was missing (the previous config doesn't have such problem).
Thank you!
-
While there might be a few filters that will stop this annoying javascript, here is the one that stopped it in the filterset I use; JS Nuker HTM:
http://topic.asp?TOPIC_ID=651
Best wishes
Arne 
Imici username= Arne
-
For this to work with the last JS Nuker update, "status" has to be uncommented in the "might be overkill" section.
sidki
-
Hiya dlo_olb,
quote:
i've installed your config, the skin changed and your custom filters are showing. i've double checked the "Disable various Javascript functions {4.d.se}" was indeed enabled. However, the scrolling status bar still hiding the url.
Hmmmm... Have you cleared your cache? I just tried it in IE6/Opera6 & did not see any hidden URL's....
quote:
Moreover, the image in the java applet was missing (the previous config doesn't have such problem).
It seems geocities does not like the default referer filter I use... If you disable..
Referer: Hide Previous hosts/Local origin (out) {2.d}
& enable..
Referer: Fake referrer info - URL (Out) {4}
It should work again.
~HTH 
--------
Infopros Joint :: Computer Related Links And Discussion (http://"http://infoprosjoint.net/PN/html/index.php")
-
everything works now!
thank you all!