The Un-Official Proxomitron Forum
Youtube problems when using Proxo - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Filter Help/Request (/forumdisplay.php?fid=31)
+--- Thread: Youtube problems when using Proxo (/showthread.php?tid=1653)



Youtube problems when using Proxo - Toppy - Sep. 01, 2010 07:06 PM

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.


RE: Youtube problems when using Proxo - Toppy - Sep. 01, 2010 11:36 PM

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....


RE: Youtube problems when using Proxo - sidki3003 - Sep. 02, 2010 04:18 PM

Obviously a custom filter, as there is no such thing in mentioned alpha...


RE: Youtube problems when using Proxo - Toppy - Sep. 02, 2010 04:41 PM

(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?tid=1183&highlight=obfuscated

Topic may be closed.