Lol, any working facebook/youtube plugins for glype? I mean free, aha~~~Thanks a lot.
Printable View
Lol, any working facebook/youtube plugins for glype? I mean free, aha~~~Thanks a lot.
Use: http://www.faceblock.org and try surfing to the sites. You see that they work? I haven't added a plugin, just checked the 'remove scripts' ;)
ya but can't work with youtube. haven't try facebook yet
Try and use this one :
http://myproxytemplates.com/wp-conte...n_glype_53.zip
Havent used it just did a google search and found this
Here is a link to the most recent youtube plugin : Forcemdt's Youtube Plugin. It is written by Forcemdt of the glype forums, you can find the original post somewhere buried within the spam that is consuming the glype forums. I hope Force doesn't mind my posting of it, maybe he'll find it, and join here to continue work on it since the glype forums have gone downhill.
The facebook "blank page after login" happens from time-to-time, but also seems to fix itself from time-to-time aswell. If after login the blank page happens, you can just change the home.php in the url form to profile.php and it will work. You can modify the facebook.com.php file to auto redirect to profile.php, but again this error only seems to happen sometimes so usually isn't neccessary. Utilizing ssl on your proxy does seem to help it sometimes.
sorry but can't open md-t.org?
Here it is on Rs
http://rapidshare.com/files/317810095/youtubeplugin.rar.html
Try adding this to the end of facebook.com.php
Test it out once added because I haven't used it in a while and don't remember if it needs to be in any particular place of the file..PHP Code:global $URL;
if(strpos($URL['href'],'home.php') != false) {
$tmp = proxifyURL('http://www.facebook.com/profile.php');
header("Location: $tmp");
exit;
}