Athlon1600 / php-proxy

A web proxy script written in PHP and built as an alternative to Glype.
https://www.php-proxy.com
MIT License
298 stars 158 forks source link

How do I disable Plugins for specific websites #80

Open schlarmanorg opened 7 years ago

schlarmanorg commented 7 years ago

I want to visit www.movie4u.cc but it seems that javascript isnt loading which makes the site unusable

tibbie123 commented 7 years ago

Based on your header - the answer is go here /php-proxy/vendor/athlon1600/php-proxy-plugin-bundle/src

Change the name or delete the plugins you dont want.

Athlon1600 commented 7 years ago

Loading online videos through a proxy is a complicated process, because the last thing video site administrators want is for people to bypass their ads and be able to download their videos directly.
It's the same even with youtube, which is why a special plugin had to be written so the proxy could bypass all that obfuscation and protection that youtube has for their videos:
https://github.com/Athlon1600/php-proxy-plugin-bundle/blob/master/src/YoutubePlugin.php

So you would definitely need to write a special plugin specifically just for that site, that is capable of parsing and extracting direct links to any of the videos that they have. Just like we do for other video sites with this proxy script:
https://github.com/Athlon1600/php-proxy-plugin-bundle/tree/master/src