Skip navigation.

Bits and Pieces

Opera tips, music, anime, my life experiences.

April 2008

( Monthly archive )

Change the colour of selected text in Opera

, ,


There are two ways to do this;

Option 1: Custom CSS

/*
Name: Green on Black Selected Text
*/

::selection {
background: #000;
color: #7FFF00;
}



Option 2: Using Opera:Config

opera:config#Colors|SelectedBackground
opera:config#Colors|SelectedText

Option 1 allows you to make several variations and switch between them quickly, overwriting a sites preference. Option 2 is the least amount of work.

Paniponi Dash! Trailer (Eng Dub)

,

If you're after a wtf comedy you should check this out.

Send to EidoGo extension for Opera

, , , ...

This sends a url of a .SGF file to EidoGo

Auto Install - Mirror

Get back the 9.2x selected link menu in 9.5+

, ,

Another quick one.

Step 1: Open you menu.ini and find the [Link Selection Popup Menu] section and replace it with this;

[Link Selection Popup Menu]
Include, Hotclick Popup Menu



Step 2: Save your menu.ini and restart Opera.


Get the 9.2x delete/remove from view behaviour in 9.5+

, ,

Just a quick one.

Step 1: Swap your delete/undelete buttons with this button

Step 2: Open your menu.ini and add this;

Item, Remove from View = Remove from view


under [Mail Item Popup Menu] in your menu.ini