Skip navigation.

Bits and Pieces

Opera tips, music, anime, my life experiences.

Posts tagged with "opera"

Remove stickers from IMVU user home pages.

, , ,

Really simple css to hide the stickers from user pages, so you can see the information underneath or click the useful links like block user.

Step 1: Go here and find you User CSS Directory.

Step 2: Download this into it.

Step 3: Restart Opera

Step 4: Select it from View > Styles

OPTIONAL: Use this button to call the button

For Firefox/Stlyish users http://userstyles.org/styles/16427

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.

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