Register a SA Forums Account here!
JOINING THE SA FORUMS WILL REMOVE THIS BIG AD, THE ANNOYING UNDERLINED ADS, AND STUPID INTERSTITIAL ADS!!!

You can: log in, read the tech support FAQ, or request your lost password. This dumb message (and those ads) will appear on every screen until you register! Get rid of this crap by registering your own SA Forums Account and joining roughly 150,000 Goons, for the one-time price of $9.95! We charge money because it costs us money per month for bills, and since we don't believe in showing ads to our users, we try to make the money back through forum registrations.
 
  • Post
  • Reply
Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
Is there a way to disable tab grouping? I regularly move tabs around, and even a few pixels off will group tabs together that I don't want grouped.

Adbot
ADBOT LOVES YOU

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
Any idea how to remove all the bullshit google has added to the search page?
namely, the little pop-out side arrow with the page preview, the page preview itself, and the +1 button.
I know the divs and classes they use, but my userscript just will not remove them.

The divs and classes that are being a dick are:
code:
#gbpwm_0
#gbpwm_1
#nyc
#nycp
.esw
.eswd
.eswh
.gbil
.rhstc5
.vspib
.vspii

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
The script didn't do anything for me, so I've resorted to disabling javascript on that page. Sucks for unit conversions :(

code:
// ==UserScript==
// @name google search
// @include [url]http://google.com/*[/url]
// @include [url]http://*.google.com/*[/url]
// @include [url]https://google.com/*[/url]
// @include [url]https://*.google.com/*[/url]
// @include [url]http://google.*/*[/url]
// @include [url]http://*.google.*/*[/url]
// @include [url]https://google.*/*[/url]
// @include [url]https://*.google.*/*[/url]
// @include [url]http://www.google.com/*[/url]
// @include [url]https://www.google.com/*[/url]
// @include [url]http://www.google.*/*[/url]
// @include [url]https://www.google.*/*[/url]
// ==/UserScript==

var css = "#gbpwm_0, #gbpwm_1, #nyc, #nycp, .esw, .eswd, .eswh, .gbil, .rhstc5, .vspib, .vspii {display:none !important;}"

var style = document.createElement('style');

style.appendChild(document.createTextNode(css));

document.body.appendChild(style);
Also, a tip if you hate the 11.6 dropdown box:
opera:config
do a search for "search"
uncheck "Addressbar Content search"

Isn't as good as the dropdown in 11.5 (bookmarks still don't show up properly), but it gets rid of the search suggestions.

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
Seems to be that all other browsers either:
1) no unread tab indicator (seriously, what the gently caress, chrome and safari)
2) when you close an active tab, it doesn't go back to the last active tab
3) no hover preview
4) no way to change the shortcuts (gently caress you, ctrl shift t)

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
loving piece of poo poo. I was going to skip the update, and it decided to do it for me automatically while I was working on something, and also reset half my settings

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
Opera moving to webkit

:toot:

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
Does Opera 15 still have the old style animated gif playback that Opera 12 had?

That is, they don't play until they are in view, so whenever you're thread with an animated gif in it, you don't miss out on the beginning of it and have to wait for it to start all over again

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
The Opera Thread! Yes, firefox can do that

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
if you want to see fast tab opening and closing, check out opera 9.

zero delays, can open hundreds of tabs in mere seconds and close them just as fast.

Adbot
ADBOT LOVES YOU

Wild EEPROM
Jul 29, 2011


oh, my, god. Becky, look at her bitrate.
Anyone have trouble downloading Vivaldi?

It just instantly drops down to 5kb/s, and then cancels after about a minute. I never get more than 1mb or so downloaded.

  • 1
  • 2
  • 3
  • 4
  • 5
  • Post
  • Reply