The Un-Official Proxomitron Forum

Full Version: Youtube problems when using Proxo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

Using sidki's alpha, since a few days I encounter problems when playing youtube files, more exactly when exiting from "fullscreen" mode back to normal, the page "reloads" and movie returns to start.

All is normal when proxo's bypassed.Banging Head

Example : http://www.youtube.com/watch?v=bU7j97ZIGdQ

When fullscreening with the "maximize" button at lower right of movie, and exiting fullscreen, page gets reloaded.
Seems like it was the filter <script>: Remove Obfuscated Code which triggered this misbehaviour. Turning this filter OFF, It keeps playing as it should be when exiting fullscreen....
Obviously a custom filter, as there is no such thing in mentioned alpha...
(Sep. 02, 2010 04:18 PM)sidki3003 Wrote: [ -> ]Obviously a custom filter, as there is no such thing in mentioned alpha...

Weird, I have no single clue how it got there, and what the purpose is, thanks for making me attent it ain't part of your config sidki.

Here's the code FYI :
Code:
[Patterns]
Name = "<script>: Remove Obfuscated Code"
Active = TRUE
URL = "($TYPE(htm)|$TYPE(js)|$TYPE(vbs))"
Bounds = "$NEST(<script,</script*>)"
Limit = 32767
Match = "*(\\([0-7]+{1,3}&&[#000:377])"
        "|(%|\\x)([a-f0-9])+{4}"
        "|(%|\\)u([a-f0-9])+{4}"
        "|\@([0-9])+{4,12}"
        ")+{5,*}*"
Replace = "<!-- PROX: Obfuscated Script removed -->$SET(script=)"

Seems like it's an abandoned filter from Kye-U found here :
http://prxbx.com/forums/showthread.php?t...obfuscated

Topic may be closed.
Reference URL's