Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

youtube

Name: Anonymous 2011-12-04 10:51

There new interface is slow and crashes firefox. What should I do?

Name: Anonymous 2011-12-04 10:53

That is because FireFox is written in Java, instead of Lisp.

Name: Anonymous 2011-12-04 12:23

>>2
I have been confused.

Name: Anonymous 2011-12-04 15:48

all of google's new shit is slow

DERP WE MUST CONSTANTLY ADD NEW FUNCTIONALITY!
WHO CARES IF WE GET BLOATED AND DIE LIKE ALL THOSE BEFORE US?

fucking utorrent used to be good too...

Name: Anonymous 2011-12-04 16:03

functionality  has nothing to do this
infact I think it lost functionality since I have no idea how to get recommendations with just music
also VEVO sponsored shit everywhere,
fuck evil money-grubing google corp, fuck.

Name: Anonymous 2011-12-04 18:32

>>2
Lisp is shit.

Name: Anonymous 2011-12-05 2:24

Wait till Wikipedia follows the trend and adds animated background as the next gimmick. Internet starts to look like an old geocities webpage with tons of gifs, midi player and glitchy scripts.

Name: Anonymous 2011-12-05 3:04

I'm running FireFox 5.0 under Linux and I'm not having any problems. Mind you, my hardware is fairly modern.

Name: Anonymous 2011-12-05 3:59

>>6
Doubt you're confident enough to judge.

Name: Anonymous 2011-12-05 4:41

>>8
My computer is 4 years old and I cannot watch a fucking youtube video. It's so slow.

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-12-05 7:58

>>10
Even 486 can handle youtube video(@medium quality)
You download it like this, open VLC or some player with optimizied codecs and enjoy(no flash, no HTML, no java):
// ==UserScript==
// @id             Youtube
// @name           YoutubeDownloader
// @version        1.0
// @namespace     
// @author         FrozenVoid
// @description    download video in any format with correct title
// @include        http://www.youtube.com/watch*
// @run-at         document-end
// ==/UserScript==

a=unsafeWindow.document.getElementById("movie_player").attributes.flashvars
a=a.value.split("&");
function longest(a,b){
if (a.length==b.length) return 0;
if(a.length>b.length) return -1;
return 1;
}
a=a.sort(longest);

a=a[0];
a=a.split("=")[1];
a=unescape(a).split("&");
function haslink(e,i,a){return e.search("itag=")!=-1 }
a=a.filter(haslink);
j=[];
function construct(e,i,a){
if(e.length<10) return;
s=e.split(",");
fmtmap={
43:"640x360  WebM med",
44:"854x480 WebM HQ",
45:"1280x720  WebM HD",
35:"854x480 HQ flv",
5:"400x226 LowestQ flv",
34:"640x360 Med flv",
18:"480x360 LowQ mp4",
38:"4096x3072 ULTRA mp4",
37:"1920x1080 HD mp4",
22:"1280x720  HD mp4",
 6:"480x360 mono flv",
 13:"176x144 Mobile mono ",
 17:"176x144 Mobile stereo"
}

dfmt=fmtmap[s[0].match(/\d+/)[0]];
if(!dfmt){dfmt="Unknown Format:"+s[0].match(/\d+/)[0];}
nref="<a href='"+unescape(s[1].split("=")[1])+"&title="+document.title.replace(/[^\w]/gim,"_")+"'>Format:"+dfmt+"</a><br>";
j.push(nref);}
a.forEach(construct);
unsafeWindow.document.getElementById("movie_player").parentNode.parentNode.parentNode.innerHTML=j;

Name: Anonymous 2011-12-05 8:28

disable firebug
if one thing fucks up with the new firefox is firebug

Name: F r o z e n V o i d !!mJCwdV5J0Xy2A21 2011-12-05 8:32

You don't really need firebug if you code debug functions yourself. Firebug just slows down the everything and useful in 0.1% of cases.
Just sprinkle something like this everywhere and toggle with DEBUG
function debugprint(data){if(DEBUG){document.write(data)}}

Name: Anonymous 2011-12-05 8:54

>>12
I'm using firefox 3.0 without extensions. Newer firefox refuses to work on my PC.

Name: Anonymous 2011-12-05 9:17

>>13
no not really
firebug's the best tool out there

Name: Anonymous 2011-12-05 9:20

>>13 or you can compile firefox without the parts
that dont think are integral to web browsing
nevertheless this is a solution for the few that
have time to spare

Name: Anonymous 2011-12-05 13:03

>>15

chrome built in dev tools > firebug

Name: Anonymous 2011-12-05 13:56

>>17
slave

Name: Anonymous 2011-12-05 16:45

>>18

firebug development has been essentially abandoned, mozilla is building a different set of web dev tools into firefox but they are shockingly primitive

Don't change these.
Name: Email:
Entire Thread Thread List