― s1utsky (slutsky), Thursday, 9 October 2003 21:10 (twenty-one years ago)
― calstars (calstars), Thursday, 9 October 2003 21:33 (twenty-one years ago)
― Chris P (Chris P), Thursday, 9 October 2003 21:56 (twenty-one years ago)
― adaml (adaml), Thursday, 9 October 2003 22:00 (twenty-one years ago)
― David. (Cozen), Thursday, 9 October 2003 22:03 (twenty-one years ago)
― maura (maura), Thursday, 9 October 2003 22:16 (twenty-one years ago)
― N. (nickdastoor), Thursday, 9 October 2003 22:45 (twenty-one years ago)
― calstars (calstars), Thursday, 9 October 2003 22:52 (twenty-one years ago)
― j. pantsman (jpantsman), Thursday, 9 October 2003 23:25 (twenty-one years ago)
― Elvis Telecom (Chris Barrus), Friday, 10 October 2003 01:13 (twenty-one years ago)
― s1utsky (slutsky), Friday, 10 October 2003 03:27 (twenty-one years ago)
Don't forget to add Safari Enhancer the main thing this does is add a debug menu the only useful feature of which is the 'Open Page With' item, which allows you to select one of the other browsers on your system to view the current page with.
― Ed (dali), Friday, 10 October 2003 08:55 (twenty-one years ago)
That and I put all my bookmarks in Galeon and now can't be bothered to change. Safari seems to be OK though less SMUG than Mozilla.
― Sarah (starry), Friday, 10 October 2003 09:13 (twenty-one years ago)
― Dave B (daveb), Friday, 10 October 2003 09:17 (twenty-one years ago)
the only sites that I've come across that don't work are annoying one's that check the browser and say "Fuck off and use IE you hippy". twats. mp3sfinder has some weird excuse for this
― Alan (Alan), Friday, 10 October 2003 09:23 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 09:59 (twenty-one years ago)
― Alan (Alan), Friday, 10 October 2003 10:09 (twenty-one years ago)
― Alan (Alan), Friday, 10 October 2003 10:10 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 10:25 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 10:25 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 10:31 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 10:40 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 10:44 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 12:39 (twenty-one years ago)
― Ed (dali), Friday, 10 October 2003 12:56 (twenty-one years ago)
― Tracer Hand (tracerhand), Friday, 10 October 2003 13:02 (twenty-one years ago)
― Lord Custos Omicron (Lord Custos Omicron), Friday, 10 October 2003 20:27 (twenty-one years ago)
andy
― koogs (koogs), Saturday, 11 October 2003 09:53 (twenty-one years ago)
― nathalie (nathalie), Saturday, 11 October 2003 12:04 (twenty-one years ago)
― s1utsky (slutsky), Saturday, 11 October 2003 17:18 (twenty-one years ago)
― Ed (dali), Monday, 13 October 2003 14:09 (twenty-one years ago)
Maybe I'm just imagining that. Anyway, Safari is my browser of choice until Firebird is actually usable on OS X. That was my favourite browser on Windows/Linux.
― fields of salmon (fieldsofsalmon), Monday, 13 October 2003 22:24 (twenty-one years ago)
― Ed (dali), Tuesday, 14 October 2003 09:05 (twenty-one years ago)
What stuff can I do?
― @d@ml (nordicskilla), Friday, 21 November 2003 06:35 (twenty-one years ago)
― rgeary (rgeary), Friday, 21 November 2003 06:42 (twenty-one years ago)
― @d@ml (nordicskilla), Friday, 21 November 2003 07:13 (twenty-one years ago)
/* * turns off "blink" element blinking */ blink { text-decoration: none ! important; }
/* * hides many ads by preventing display of images that are inside * links when the link HREF contans certain substrings. */
A:link[HREF*="ad."] IMG { display: none ! important } A:link[HREF*="ads."] IMG { display: none ! important } A:link[HREF*="/ad"] IMG { display: none ! important } A:link[HREF*="/A="] IMG { display: none ! important } A:link[HREF*="/click"] IMG { display: none ! important } A:link[HREF*="?click"] IMG { display: none ! important } A:link[HREF*="?banner"] IMG { display: none ! important } A:link[HREF*="=click"] IMG { display: none ! important } A:link[HREF*="/ar.atwo"] IMG { display: none ! important } A:link[HREF*="spinbox."] IMG { display: none ! important } A:link[HREF*="transfer.go"] IMG { display: none ! important } A:link[HREF*="adfarm"] IMG { display: none ! important } A:link[HREF*="bluestreak"] IMG { display: none ! important } A:link[HREF*="doubleclick"] IMG { display: none ! important } A:link[HREF*="valueclick"] IMG { display: none ! important } A:link[HREF*="redcoat.net"] IMG { display: none ! important } A:link[HREF*="goatse.cx"] IMG { display: none ! important }
/* disable ad iframes */ IFRAME[SRC*="ad."] { display: none ! important } IFRAME[SRC*="ads."] { display: none ! important } IFRAME[SRC*="/ad"] { display: none ! important } IFRAME[SRC*="/A="] { display: none ! important } IFRAME[SRC*="/click"] { display: none ! important } IFRAME[SRC*="?click"] { display: none ! important } IFRAME[SRC*="?banner"] { display: none ! important } IFRAME[SRC*="=click"] { display: none ! important } IFRAME[SRC*="/ar.atwo"] { display: none ! important } IFRAME[SRC*="spinbox."] { display: none ! important } IFRAME[SRC*="transfer.go"] { display: none ! important } IFRAME[SRC*="adfarm"] { display: none ! important } IFRAME[SRC*="bluestreak"] { display: none ! important } IFRAME[SRC*="doubleclick"] { display: none ! important } IFRAME[SRC*=" value click"] { display: none ! important }IFRAME[SRC*="redcoat.net"] { display: none ! important }IFRAME[SRC*="goatse.cx"] { display: none ! important }
SCRIPT[SRC*="ad."] { display: none ! important } SCRIPT[SRC*="ads."] { display: none ! important } SCRIPT[SRC*="/ad"] { display: none ! important } SCRIPT[SRC*="/A="] { display: none ! important } SCRIPT[SRC*="/click"] { display: none ! important } SCRIPT[SRC*="?click"] { display: none ! important } SCRIPT[SRC*="?banner"] { display: none ! important } SCRIPT[SRC*="=click"] { display: none ! important } SCRIPT[SRC*="/ar.atwo"] { display: none ! important } SCRIPT[SRC*="spinbox."] { display: none ! important } SCRIPT[SRC*="transfer.go"] { display: none ! important } SCRIPT[SRC*="adfarm"] { display: none ! important } SCRIPT[SRC*="bluestreak"] { display: none ! important } SCRIPT[SRC*="doubleclick"] { display: none ! important } SCRIPT[SRC*=" value click"] { display: none ! important }SCRIPT[SRC*="redcoat.net"] { display: none ! important }SCRIPT[SRC*="goatse.cx"] { display: none ! important }
/* turning some false positives back off */
A:link[HREF*="download."] IMG { display: inline ! important } A:link[HREF*="click.mp3"] IMG { display: inline ! important }
/* * For more examples see http://www.mozilla.org/unix/customizing.html */
just save it as something.css and set it as the style sheet in Safari->Prefs->Advanced.Not as simple as the mozilla method but it works (incidentally this method also works with mozilla).
― Ed (dali), Friday, 21 November 2003 09:34 (twenty-one years ago)
― Elvis Telecom (Chris Barrus), Thursday, 6 May 2004 22:03 (twenty-one years ago)
― s1ocki (slutsky), Thursday, 6 May 2004 22:06 (twenty-one years ago)
― @d@ml (nordicskilla), Thursday, 6 May 2004 22:08 (twenty-one years ago)
― s1ocki (slutsky), Thursday, 6 May 2004 22:08 (twenty-one years ago)
― @d@ml (nordicskilla), Thursday, 6 May 2004 22:12 (twenty-one years ago)
There is only one Microsoft product I have any respect for, and that is Visio. End of line.
― TOMBOT, Thursday, 6 May 2004 22:13 (twenty-one years ago)
― Elvis Telecom (Chris Barrus), Thursday, 6 May 2004 22:20 (twenty-one years ago)
― s1ocki (slutsky), Thursday, 6 May 2004 22:25 (twenty-one years ago)
I tried to do it manually via the terminal using:
"defaults write com.apple.Safari WebKitInitialTimedLayoutDelay 0.25"
&
"defaults write com.apple.Safari WebKitInitialTimedLayoutDelay -float 0.25"
and got this:
"-bash: defaults: command not found"
then I tried to do it via "safari speed" and got this:
"sh: line 1: defaults: command not found (127)"
any ideas?
― cozen (Cozen), Thursday, 25 August 2005 20:55 (nineteen years ago)
: /
― cozen (Cozen), Thursday, 25 August 2005 20:56 (nineteen years ago)
― Do you have the bsd subsystem installed, Friday, 26 August 2005 02:01 (nineteen years ago)
― I'm Hi, Jared Fogle (ex machina), Friday, 26 August 2005 04:59 (nineteen years ago)
ie, if it's in /opt/safari/bin, type /opt/safari/bin/defaults write ...
― Forest Pines (ForestPines), Friday, 26 August 2005 05:54 (nineteen years ago)
i've been using Firefox since 2004, but man is it slow compared to Safari on OS X. has anyone made the switch from Firefox to Safari?
― ksh, Tuesday, 23 March 2010 04:25 (fifteen years ago)
esp. interested in hearing from people running OS X
― ksh, Tuesday, 23 March 2010 04:26 (fifteen years ago)
Safari is definitely faster, but I'm too locked into Firefox with all my add-ons. But you might want to give the Chrome beta a try instead, since it's based on the same renderer as Safari but has some nicer things like the tab tearing / separated processes.
― Nhex, Tuesday, 23 March 2010 04:28 (fifteen years ago)
yeah, i stopped using anything that doesn't come with a vanilla install of Firefox, so that wouldn't be a problem. typing this from Safari now, which I use relatively infrequently, and so far it's much better. i'm going to look into Chrome too. haven't tried it out on the Mac yet.
― ksh, Tuesday, 23 March 2010 04:59 (fifteen years ago)
by "better" i mean "faster"
I use chrome, I find it to be the fastest of the triumvirate
― 丫 power (dyao), Tuesday, 23 March 2010 05:02 (fifteen years ago)
i'm trying out Chrome now. i think i'm going to switch to either this or Safari
― ksh, Tuesday, 23 March 2010 05:10 (fifteen years ago)
I use Firefox for our web CMS, but Safari or Chrome for everything else.
― No, YOU'RE a disgusting savage (Scik Mouthy), Tuesday, 23 March 2010 06:51 (fifteen years ago)
trying to load a really long ILX thread with Firefox is such a pain. i really should switch to Safari or Chrome permanently
― ksh, Thursday, 25 March 2010 21:18 (fifteen years ago)
Just installed chrome and spent some time browsing, can't fault it so far.all my bookmarks are there, passwords are there (not sure if good or bad thing really) and it's noticeably faster than firefox, especially on flickr, youtube and other demanding sites.
― not_goodwin, Thursday, 25 March 2010 23:25 (fifteen years ago)
yeah, i think there's no question that Chrome & Safari are faster than Firefox. man, i've been on Firefox for six years, but i feel like it might be time to give it up
― ksh, Thursday, 25 March 2010 23:29 (fifteen years ago)
I remember when firefox was all the rage and new and hip and stuff.Like everything really, has to be upgraded/replaced sometime.
I mean we all used internet explorer once!
― not_goodwin, Thursday, 25 March 2010 23:35 (fifteen years ago)
seriously, you are correct
― ksh, Thursday, 25 March 2010 23:36 (fifteen years ago)
Especially on Mac, FF is a dog compared to its Windows version. But the add-on lock-in has gotten pretty steep for me, Adblock Plus, Stylish/Greasemonkey, Tree Style Tab, about 20 custom search engines installed, an add-on where I can select to right click menu to search any text on any of those engines, mouse gestures, Read It Later, Webmail Notifier... it's going to be a long time if ever that Chrome will have all these features. Didn't feel this kind of pull when I was moving back and forth between Netscape/IE/FF... but I'm still drawn to the speed advantage of Chrome.
― Nhex, Thursday, 25 March 2010 23:54 (fifteen years ago)
I am used to the Apple+(Number Key) combo to get to my favorites in Safari, otherwise I would switch to Chrome
― calstars, Friday, 26 March 2010 02:58 (fifteen years ago)
Why has Firefox gotten so slow recently? Is it all down to heavy add-on's?
― sam500, Friday, 26 March 2010 06:35 (fifteen years ago)
Actually I have no speed issues with FF once it's actually running (except that it is a bit of a memory hog - especially if one doesn't restart it once in a while).
Launching FF is where it falls down speed wise.
― sam500, Friday, 26 March 2010 06:50 (fifteen years ago)
i'm on OS X, and i've been using Firefox forever, and i'm used to it and it's been good. but, man, does it seem increasingly sllllloowwww. i don't use any add-ons, so i'm not too worried about losing too much functionality if i switch to another browser. i really should read up on the pros & cons of Safari vs. Chrome.
― ksh, Friday, 26 March 2010 16:07 (fifteen years ago)
back when I was on Windows XP, Firefox was just so much better than IE that it was no contest. sad to see it fall behind like this, but oh well
― ksh, Friday, 26 March 2010 16:08 (fifteen years ago)
I really wish Opera wouldn't shoot themselves in the face with their baffling out-of-the-box UI experience on PC's.
I gave up on it (to FF) after a good few years/versions but would switch back instantly if I didn't have to do so much horrible configging to make it act normal & plain every time there's a major version upgrade. Right now it's much the quickest of the lot too.
Google & Apple can suck my balls. Both software makers that promises far more than is actually delivered in user satisfaction.
― fndgo, Friday, 26 March 2010 19:00 (fifteen years ago)
what is the preferred way of blocking ads on safari? I've tried a few of the top google hits for this and none seem to work as well as adblock plus on FF, and I gather they are likely to break eventually because of the way they work with input managers or something.
and i don't suppose there is an equivalent of skipscreen?
― caek, Saturday, 27 March 2010 17:13 (fifteen years ago)
I've asked this before, but is there any way of adding to Safari or Chrome Firefox's 3-fingers swipe to get to the top/bottom of a page?
― licorice oratorio (baaderonixx), Monday, 22 August 2011 08:58 (thirteen years ago)
GLIMMER BLOCKER. seriously, it is the best thing ever. http://glimmerblocker.org/
The problem with other ad-blockers for Safari is that they are implemented as awful hacks: as an InputManager and/or ApplicationEnhancer. This compromises the stability of Safari and very often create problems when Apple releases a new version of Safari. Snow Leopard doesn't support the InputManager-based blockers when Safari runs in 64-bit mode.GlimmerBlocker is implemented as an http proxy, so the stability of Safari isn't compromised because it doesn't use any hacks. It is even compatible with all other browsers and other native Mac OS X applications which uses http, e.g. NetNewsWire.
GlimmerBlocker is implemented as an http proxy, so the stability of Safari isn't compromised because it doesn't use any hacks. It is even compatible with all other browsers and other native Mac OS X applications which uses http, e.g. NetNewsWire.
― TracerHandVEVO (Tracer Hand), Monday, 22 August 2011 10:30 (thirteen years ago)
A proxy that all the traffic goes through had better be damn fast.
― stet, Monday, 22 August 2011 18:16 (thirteen years ago)
it's a local proxy, right? hard to see how that could ever be the bottleneck.
― caek, Monday, 22 August 2011 18:18 (thirteen years ago)
Depends a lot. If he's written it in Ruby or something it'll choke to fuck.
― stet, Monday, 22 August 2011 18:28 (thirteen years ago)
Just started using Mozilla Thunderbird as my email client. So far, so good, but I am easy to please in this regard. I only want something basic and obvious that doesn't get in my way.
― Aimless, Monday, 22 August 2011 18:32 (thirteen years ago)
The problem with other ad-blockers for Safari is that they are implemented as awful hacks: as an InputManager and/or ApplicationEnhancer.
Safari AdBlock is an extension (ergo not a hack) and seems to work just fine..
― sktsh, Monday, 22 August 2011 18:39 (thirteen years ago)
(...sadly I don't think there's a direct equivalent to skipscreen though.)
― sktsh, Monday, 22 August 2011 18:52 (thirteen years ago)
if only there were some way to find out..
― TracerHandVEVO (Tracer Hand), Monday, 22 August 2011 18:53 (thirteen years ago)
Depends a lot. If he's written it in Ruby or something it'll choke to fuck.― stet, Monday, August 22, 2011 7:28 PM (26 minutes ago) Bookmark Suggest Ban Permalink
― stet, Monday, August 22, 2011 7:28 PM (26 minutes ago) Bookmark Suggest Ban Permalink
don't see why it should. we're talking at most a few requests per second here.
― caek, Monday, 22 August 2011 18:55 (thirteen years ago)
ok more, but still, this even if he's written it in basic i can't see why it would be the bottleneck
― caek, Monday, 22 August 2011 18:56 (thirteen years ago)
p.s. don't use safari
It wouldn't be the bottleneck, but it sure could be *a* bottleneck. I've suffered with some poorly responding proxies before, and it's amazing the difference a lag of even sub-second times per request makes.
Is written in java, by the looks of it, with potential calls to your own javascript on every req.
― stet, Monday, 22 August 2011 19:26 (thirteen years ago)
What's with Firefox upgrading to v6.0 a few weeks after v5.0 was released? Why can't they stick to the time-honoured system of minor upgrades being denoted by a .1 or .01 increment?
― Lee547 (Lee626), Monday, 22 August 2011 19:33 (thirteen years ago)
they got envious of Chrome, then they freaked out and decided to race the numbers to 11. Then Google said they'd only support the most recent 2 versions of any browser, so now Mozilla have decided they're not even going to show numbers any more.
― stet, Monday, 22 August 2011 19:44 (thirteen years ago)
and their going to force updates on users, despite having this whole ecosystem of extensions etc that break on every release.
damnit.
― stet, Monday, 22 August 2011 19:45 (thirteen years ago)
it it is kind of crazy how poorly the upgrade/extension thing works.
― TracerHandVEVO (Tracer Hand), Monday, 22 August 2011 20:14 (thirteen years ago)
bettertouchtool - http://blog.boastr.net/
though i would highly recommend mapping three finger swipe down for cmd+w
― diamonddave85, Monday, 22 August 2011 20:14 (thirteen years ago)
speaking of how horrible safari extensions are, i checked out an extension being hyped by the technorati (footnotify) and was aghast when i looked at the code and it essentially injects a huge javascript method into EVERY SINGLE LINK ON EVERY SINGLE PAGE. wtf was the author thinking?
― diamonddave85, Monday, 22 August 2011 20:16 (thirteen years ago)
Footnotes on major sites like Wikipedia, Daring Fireball and Brooks Review are enhanced with this extension.
RAGE
― diamonddave85, Monday, 22 August 2011 20:18 (thirteen years ago)
Gruber linked to it missing the irony that he's responsible for his own shitty footnotes.
― stet, Monday, 22 August 2011 20:27 (thirteen years ago)
http://www.huffingtonpost.com/becky-hayes/mozilla-hires-anti-gay-ceo_b_5044262.html
― Dominique, Monday, 31 March 2014 22:17 (eleven years ago)
joek for programming language geeks going around twitter:
@jfxschxffx 2hDoesn't surprise me at all that the inventor of Javascript got equality all wrong again.
― wat is teh waht (s.clover), Tuesday, 1 April 2014 03:22 (eleven years ago)
http://money.cnn.com/2014/04/03/technology/mozilla-ceo/index.html?hpt=hp_t3
― Dominique, Thursday, 3 April 2014 21:41 (eleven years ago)
looks like they'll be browsing for another ceo
― mattresslessness, Thursday, 3 April 2014 21:43 (eleven years ago)
he lasted 10 days over uproar via a $1000 dontation to Prop 8. 10 days.
― Dominique, Thursday, 3 April 2014 21:56 (eleven years ago)
it's sad, he was a bigot
― Neanderthal, Thursday, 3 April 2014 22:24 (eleven years ago)
This incident had me searching for gay mozilla firefox beefcake cosplay (a la this chick:
http://0.media.dorkly.cvcdn.com/39/41/2ed8706c43bef0a2121a314420f3916d.jpg
but for dudes).
No luck.
― how's life, Thursday, 3 April 2014 23:09 (eleven years ago)