The Un-Official Proxomitron Forum

Full Version: Sidki 2004-04-11, kye-U 4.27, others MERGED
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
ok...
MAJOR ISSUES:::: yahoo signout, yahoo topbar missing, gmail inbox worthless

atleast 1 problem traced to Sidki's pack (am using a multiply meged config... let's see what happens)

the sign out link, among others, is called a "tracking link" and redirects back.
Cause is due to the filter below.. additionally, I removed all filters with similar names common in Sidki's pack.

Code:
[Patterns]
Name = "Google: Multi URL Untangler     3.12.08 [s] (d.s)"
Active = FALSE
URL = "[^/]++.google.|216.239.|66.102.[#0:15]."
Bounds = "<a\s*>"
Limit = 512
Match = "<a(*href=)\1$AV(/url\?*=((http|ftp)(s|)://)\2(\3(\&|%26)[a-z](=|%3D)[#1:*]|\3))\4"
Replace = "<a id="PrxPref"\1"\2$UESC(\3)"\4"

Name = "<a>: URL Untangler     4.04.07 (multi) [snail s] (d.2)"
Active = FALSE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js))(^$TST(keyword=*.(prefix|code).*))"
Bounds = "<(a\s(^id=(\\"|"|)Prx)[^>]++href=((\\|)('$SET(7=")|("|)$SET(7=')))\0)\8*(</a >|>(^(^ <(a\s|(/|)td|(/|)center))))"
Limit = 768
Match = "<a(*\shref=)\2($AV(\\"\9\\")|$AV(\9))\5\3"
"&<$TST(\8)"
"("
"$TST(\9)"
"&&(^javascript:|*refer(er|)==+)*"
""
"&&"
"("
"????????*[^a-z0-9/.]"
"("
"((http|ftp)(s|)://)\4(^\")"
"|URL==+(^/|')"
"("
"(^(^'\+))"
"|(^(http|ftp)(s|):)$SET(4=http://)"
")"
"|(^(^www.))$SET(4=http://)"
")"
")+{1,*}([^*]+)\1*"
""
")"
"&($TST(log=2)$ADDLST(LogMain,[$DTM(d T)]\tWEB HTML_Untangled\t\4\1 \t\5 \t\u)|)"
Replace = "<a id=\0PrxPref\0\2\0\4\1\0"
" onmouseover="PrxFlShow(event,PrxFlLink(\7Tracking Link\7,\7\9\7))""
" onMouseout="PrxFlDelayHide()""
"\3"

Name = "<a>: URL Untangler - Fix Query Strings     3.12.08 (multi) [s] (d.1)"
Active = FALSE
Multi = TRUE
URL = "($TYPE(htm)|$TYPE(js))(^$TST(keyword=*.(prefix|code).*))"
Bounds = "<a id=(\\"|"|)PrxPref*>"
Limit = 512
Match = "(*\shref= [^ ?]++)\1\&\2"
"&($TST(log=2)$ADDLST(LogMain,[$DTM(d T)]\tWEB HTML_Untangled\tFixed\t\u)|)"
Replace = "\1?\2"


I thought maybe this could be a problem in gmail. Sadly, all links in the inbox and sidebar of gmail still remain non functional.
POSSIBLE reason :: Javascript modification is bad.

Still no luck with yahoo topbar going missing from calendar etc. and minor issue of drop down buttons in yahoo inbox CPL (like address book) not working.. Also probably due to Javascript handling.
<span style='color:#999999'>
Additionally many many sites display a square wih "JS" written instead of a javascript hyperlinked image and the alternate text shows up as a JS function... pfft... 75 characters CAN NOT be fitted into THAT small a space (where hovering mouse displays alt. text)
But I don't think this is Sidki's filters' doing.</span>
Edit: This was due to "JavaScriptedHref" set from the Yahoo group...
Code:
[Patterns]
Name = "Show JavaScripted onClick hrefs (image) [rcl]"
Active = TRUE
Bounds = "<a\s*href*</a>"
Limit = 512
Match = "<a\s*href=( *onClick = $AV(*\( "\1' *\)* ))\0 \2 >\4</a>"
Replace = "<a href=\0 \2><img src="http://local.ptron/jscript.jpg" align=center alt="onClick='\1'" title="onClick='\1'"></a>"
" <a href="\1" \2>\4</a>"

Name = "Show JavaScripted hrefs (image) [rcl]"
Active = TRUE
Bounds = "<a\s*href*</a>"
Limit = 512
Match = "<a\s*href=( $AVQ(*(javascript)*\( "\1' *\)* ))\0 \2 >\4</a>"
Replace = "<a href=\0 \2><img src="http://local.ptron/jscript.jpg" align=center alt=\0 title=\0></a>"
" <a href="\1" \2>\4</a>"

Also, sometimes, pages show up as plaintext sourcecode all the way thru (incl. header generated by server)
Dunno why.

I also have problems with Privoxy (and the http://www.privoxy.com help page is brutal and I get confused) Anyone know any source for it???
The vCard feature (incl. on this board) gets auto disabled by a filter in Kye-U's browser security pack (I suspect its his pack, could be another... can't say for sure right now)
Code:
First icon under every post is linked as ...
javascript:null('http://www.kye-u.com/proxo/forums/index.php?act=Profile&CODE=showcard&MID=152'/
,'AddressCard','470','300','0','1','1','1')
"Delete post" is also kinda the same
filter.......

Name = "Stop Browser Window Tricks [Siamesecat]"
Active = TRUE
Multi = TRUE
URL = "(^((*.|)*.hotmail(.*|).com|gmail.google.com)/)"
Limit = 30
Match = "(window.|)"
"(resizeTo|resizeBy|moveTo|moveBy|scrollTo|scrollBy|close|createpopup|"
"popup|popme|popunder|initbox)\("
Replace = "null("

Edit: I don't think that Kye-u's pack is to blame... something else is wrong here
hey.. err...
I have a "Moderation Options" menu here...
I hope its only because I started this topic as it contains only "Delete this topic"
damn
Those href filters at work again
Modifications........

Code:
[Patterns]
Name = "Show JavaScripted onClick hrefs (image) [rcl] no13 mod"
Active = TRUE
Bounds = "<a\s*href*</a>"
Limit = 512
Match = "<a\s*href=( *onClick = $AV(*\( "\1' *\)* ))\0 \2 >\4</a>"
Replace = "<a href=\0 \2></a>"
" <a href="\1" \2>\4</a>"

Name = "Show JavaScripted hrefs (image) [rcl] no13 mod"
Active = TRUE
Bounds = "<a\s*href*</a>"
Limit = 512
Match = "<a\s*href=( $AVQ(*(javascript)*\( "\1' *\)* ))\0 \2 >\4</a>"
Replace = "<a href=\0 \2></a>"
" <a href="\1" \2>\4</a>"
From Google Gmail Help Center
http://gmail.google.com/support/bin/answer...3689?ctx=search
Quote:To use Gmail with Proxomitron, you may need to change some web settings. Please disable the following options in Proxomitron:

&nbsp; &nbsp; * 'Kill pop-up windows'
&nbsp; &nbsp; * 'Restore pop-ups after a page loads'
&nbsp; &nbsp; * 'Suppress all JavaScript errors'
&nbsp; &nbsp; * 'Stop browser window resizing'
no13 Wrote:hey.. err...
I have a "Moderation Options" menu here...
I hope its only because I started this topic as it contains only "Delete this topic"
That has always been there. If you accidentally make a duplicate topic, you can delete it without making a Mod or Admin do it.

As for your problem, you should take the pure unfiltered source code and compare it to the filtered one and see whats being filtered out. Then go find the filter that is suppose to get rid of that stuff. Also a log might help, it will tell what filters matched.
no13;

I note how gmail wants to load you up with bogus pop-ups - HAH! Doing as they "suggest" is up to you, but I really doubt the need to "allow" browser re-sizing or javascript error reporting. That's just plain bizarre for them to suggest that. [angry]

BTW, are you any relation to a certain 'blockhead13'? :o


Oddysey
Tried the code..

Sidki's filters for Frame resize and "Header top add" seem to be at work. simple disabling is usless.

It's way too much for me...
I'll try again within 48 hrs.
gotta give an exam in less than 36... Wink

Ill report soon.
Quote:BTW, are you any relation to a certain 'blockhead13'?

Nope, never heard of him/her...
head spinning... must stop proxo-ing... must study...

for those in the US... noon is fun... for those in asia... good night... for "people sans time zones" - Get bent.

Have "phun"
stay "saphe"

Or don't.
Like I care.
:P
lator
no13;

There is a certain character on one of my favorite blog/forums whose name is BlockHead13. If you're truly interested, and don't mind going catatonic at trying to keep up with those jokers, then click on EHOWA.

But study first.... once you dive into EHOWA, it'll be several days before you come up for air, trust me! B) Big Teeth :P


Oddysey
Oddysey Wrote:But study first.... once you dive into EHOWA, it'll be several days before you come up for air, trust me! B) Big Teeth :P
It seems to contain 18+ material... *cough*
Kye-U;

I should edit your post to use the strikethrough on "seems", and insert the word "does". But I'm a nice guy, so I'll leave your post alone. [snicker]

Yes indeedy, it's listed that way, but the fact is, they don't really care who you are, or what you do. As long as you can understand the English language more than 90% of the time, you'll be welcome there. Of course, if a visitor to that site were to be "offended" by some portion(s) of the content, then he or she would be welcome to leave. You should check out his "Hate Mail" page, it's absolutely hysterical! [lol]

FWIW, I usually visit the main blog page only once every couple of days. The real action is to be found on the forums, the link below the big "ENTER. . ." link (on the far right side). Within the forums, all content that is, shall we say, 'explicit in nature', is clearly labeled NSFW, which stands for Not Safe For Work. That's a clue as to what's behind the link in question.

Now you all know what I'm doing during the other 23 hours every day!! :P


Oddysey
hmm...
Anyone know pre-configured gmail filters for proxo?
I'm tired and I won't be proxo-ing again before the new year [too much crap installed on PC, too little goodstuff]
IE gone berserk
inserting RANDOM numbers RANDOMLY into webpages.
too bad.
Hi no13,

Regarding Yahoo... you could re-extract my default config (i can't support anything else), rename it, and copy it to Prox' directory. Then go back to the problematic pages.
If the problem is still there, post the URL and what's going wrong exactly.
If the problem is gone, load your config, append e.g. "ADD" to all added filters, type "add" into the search box, and dectivate part of the filters you see until you found the problematic one.

As for your GMail problem, there is a config update for it (i've moved it, sorry) here. It should still work.

sidki
Pages: 1 2
Reference URL's