|
|
|||||||
| Technical Stuff Help, tips and advice about all things technical. |
|
Welcome to the Uncover Reality Forum . You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. As a guest you are able to view thumbnails but you will need to register to view the full size images. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features, such as viewing the images posted on the site . Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#16 (permalink) | |
|
Let's do it
Join Date: Nov 2007
Posts: 1,811
|
Quote:
![]() |
|
|
|
|
|
|
#17 (permalink) |
|
Post Whore
Join Date: Nov 2008
Posts: 412
|
I guess it happens to me only with certain videos. For instance, I noticed "MILF Shows Off Her Huge Tits" ran smoothly without doing anything to it, but "Two Men Dressed as Nurses Carry Out Assassination at a Hospital" didn't.
I could pause the vids, but I let the tool do it for two reasons: (1) I subscribed to the image/audio/video rss feeds. When the The_Mortician starts new vid threads, I usually open each of them in a new tab. (2) I have another filter that will wipe out the entire web page and then attach the vid to a blank page, reducing both CPU and memory usage.
__________________
"Blow it out your ass U pathetic piece of shit." -- blah2 |
|
|
|
|
|
#18 (permalink) |
|
Post Whore
Join Date: Nov 2008
Posts: 412
|
method #3: reclaiming memory and reducing cpu usage
while a normal, unmodified, page from theync uses roughly 27375k of RAM, a fucked-with page uses around 8540k -- and this doesn't include what's being used by the flash video player. this filter (again, using BFilter) will trash everything on the web page but the video: Code:
[swfobj mod]
url=http://*theync.com/*
search="/<script type=\"text/javascript\">(.*?)</script>/"
replace=<<END
if(-1!=arguments[1].indexOf('SWFObject')){
swfobject=arguments[1];
var s='so.addVariable(\'bufferlength\',180);';
var i=swfobject.indexOf('so.write(\'player\');');
swfobject=swfobject.substr(0,i)+s+swfobject.substr(i);
}
END
replacement_type=js
[html replace]
url=http://*theync.com/*
search=/(<html[^>]*>.*</html>)/
replace=<<END
if (typeof swfobject!='undefined'){
return '<html><body><div id="player"></div><script src="http://www.theync.com/swfobject.js" type="text/javascript"></script><script type="text/javascript">'+swfobject+'</script></body></html>';
}
END
replacement_type=js
__________________
"Blow it out your ass U pathetic piece of shit." -- blah2 |
|
|
|
![]() |
| Bookmarks |
| Tags |
| alternative, method, theynccom, vids, watching |
| Thread Tools | |
| Display Modes | |
|
|