Skip navigation.

Opera FAQs, Tips, Tricks & Tweaks

Cool tips for Opera browser

Posts tagged with "Download"

Opera Standard 10 Slim Skin

, , , ...

Opera Standard skin with

  1. Smaller toolbars.
  2. Clear Speed Dial (without border, number and close button).
  3. Thin drag bar [ ... ].
  4. Buttons without borders in tab bar tail.
  5. Yellow attention color.

Opera Standard Skin
Opera Standard skin

Opera Standard Slim Skin
Opera Standard 10 Slim skin

Download skin from Opera Standard Slim skin page or click direct download link.

Known Issue: Speed Dial State 2 won't work with this skin due to side effect of hiding Speed Dial number.

You can get Speed Dial background shown in screenshot from here.

Opera Bookmarks Description Remover

, , , ...

Huge bookmarks file will affect the performance of Opera. Opera Bookmarks Description Remover was created using AutoHotkey to reduce bookmarks file size by removing descriptions.

Download (size < 210 KB), unzip and run OBDR.exe.

  • Backup of original bookmarks file will be created inside bookmarks directory with bak extension.
  • Silent mode will remove all bookmarks description without any prompt.

Opera Bookmarks Description Remover
Opera Bookmarks Description Remover

Useful User JavaScripts for Opera

, , , ...

User JavaScript is a powerful tool and it can be used for many purposes, including:

  • Fixing broken scripts on Web pages. Opera uses browser.js to automatically fix incompatible Web pages, out of date scripts, and pages that inadvertently block Opera.
  • Enhancing Web pages by changing or adding your own content to the page.

Installing/Uninstalling User JavaScripts

If you don't have UserJS directory, create a directory with name userjs (preferably inside profile directory) and enter path to it in Tools > Preferences... > Advanced > Content > JavaScript Options... > User JavaScript files

Path to Opera User JavaScript directory
Path to User JavaScript files

  • To install, place User JavaScript file (*.js or *.user.js) inside User JavaScript directory.
  • To uninstall, remove corresponding User JavaScript file from User JavaScript directory.
  • To disable, change corresponding User JavaScript file extension from *.js to *.js.x
You can also use UserJS Manager for Opera to perform above actions.

Download

Download (size: 48.3 KB) all the following User JavaScripts in a single zip file, unzip and place it inside User JavaScript directory.

  1. Autosizer
  2. Breadcrumb URL
  3. Clean URI
  4. Cooliris alike
  5. Gallery crawler
  6. Get feed link
  7. Image thumb
  8. Link alert
  9. Power drag
  10. Linkify URL
  11. View Selection Source
  12. Ultimate Search Highlighter

Useful User JavaScripts

  1. Autosizer
    Autosizer will enhance image viewing in Opera by adding five different sizing modes to images: "Original", "Shrink to Fit", "Maximize", "Fit to Width" and "Fit to Height". "Shrink to Fit" is enabled by default. Simply click on the image to view in next mode or hold down Shift key while clicking to view in previous mode. Move cursor to top right corner to view the menu. See help for more information.

    Opera User JavaScript Autosizer
    Autosizer

  2. Breadcrumb URL
    Breadcrumb URL will place link to each directory of current URL at the top left corner of the page. Useful if you browse without address bar or browse in full screen mode.

    Opera UserJS Breadcrumb URL
    Breadcrumb URL

  3. Clean URI
    Clean URI will recognise links that use redirected URLs (example: http://www.google.com/url?q=http://winmerge.sourceforge.net/ ) and replace them with the direct URL.

    Opera User JavaScript Clean URI
    Clean URI

  4. Cooliris alike
    Similar to Cooliris extension for Firefox and helps to preview links without leaving current tab. Hold Ctrl key and hover any link to open preview window in top right corner of current tab. Size of preview window can be changed to 3 heights by clicking "Restore" icon.

    Opera UserJS Cooliris Alike
    Cooliris Alike

  5. Gallery crawler
    Gallery crawler adds link to next and previous image so pictures numbered sequentially can be viewed without flipping through links, ads and poor page design.

    Opera User JavaScript Gallery crawler
    Gallery crawler

  6. Get feed link
    Get feed link will place feed icons at the top left corner of the page. Useful if you browse without address bar or browse in full screen mode or if you need feed link URL.

    Opera UserJS Get Feed Link
    Get feed link

  7. Image thumb
    Image thumb will show thumbnail in bottom left corner when you hover an image link. Hold Ctrl key to view image in original size.

    Opera User JavaScript Image Thumb
    Image Thumb

    This UserJS breaks functioning of autosizer UserJS.
  8. Link alert
    Link alert identifies links to specific file types, and displays an appropriate icon when the link is hovered.

    Opera UserJS Link Alert
    Link alert

  9. Power drag
    Power drag will help you to resize textareas, select boxes, iframes, objects, images or input fields by holding Shift key and then dragging lower right corner of an item. Double click lower right corner to restore the original dimensions. You can enable the dragging corner always, or use another modifier key.

    Opera User JavaScript Power Drag
    Power drag

  10. Linkify URL
    Linkify URL makes text http/https/ftp URLs clickable.

    Opera UserJS Linkify URL
    Linkify URL

  11. View Selection Source
    View Selection Source allows you to see HTML source of any part of a page, it’s very useful for web developers. If you don't know how to edit menu setup see this and add the following under [Hotclick Popup Menu].

    Item, "View selection source"="Go to page, "javascript:opera.getSelectionSource()""

    Opera UserJS View Selection Source
    View Selection Source

  12. Ultimate Search Highlighter
    Ultimate Search Highlighter will show search bar at the top and can show number of search results, jump to next instance of highlighted term or previous (hold Shift key and click on term in toolbar) and supports RegExp highlighting. Move cursor to top to show search bar after timeout period. Get USH button or search field from here or create a search engine with the following.

    javascript:opera.USH.run(opera.USH.check='%s','newSearch');

    Opera User JavaScript Ultimate Search Highlighter
    Ultimate Search Highlighter

Opera Launcher

, , , ...

Opera Launcher was created using AutoHotkey. It can

Download (size < 210 KB), unzip, place OperaLauncher.exe inside Opera installation directory, C:\Program Files\Opera and run it to launch Opera. The following settings dialog will be shown when you run it first time.

Opera Launcher settings dialog
Opera Launcher settings dialog

Keystrokes
Keystrokes can be used to perform an action after starting Opera. ^=Ctrl, !=Alt and +=Shift

Examples:

Action Keyboard Shortcut Keystrokes
Enter fullscreen F11 {F11}
Hide Opera Ctrl+Alt+Shift+H ^!+h
New tab Ctrl+T ^t
Minimize Opera Alt+Space+N !{Space}n

Restart
Use Restart Opera button! or create new keyboard shortcut/mouse gesture in application section with the following action.

Execute program, "C:\Program Files\Opera\OperaLauncher.exe", "/ro"

! If your path to OperaLauncher.exe is different change it in toolbar configuration file after closing Opera.

Restore bookmarks/notes
To restore previous version of bookmarks/notes file, close Opera, move previous version of opera6*.adr/notes*.adr from profile\backups directory to profile directory and rename it to opera6.adr/notes.adr.

Changelog
Date Changes
Oct 24, 2009
  • Option to change Speed Dial background image automatically.
  • Added help button.
Jul 23, 2009
  • Option to hide Opera title bar. Thanks to lunigma.
  • Opera restart.
May 11, 2009
  • Updated for Opera 10.00 Alpha Build 1413.
  • Performance improvements.
  • Tray icon balloon error message.
  • Transparent icon.
Feb 23, 2009
  • Option to delete old backup files. To disable, set it to 0.
  • Sessions backup will be created every time Opera starts.
Feb 10, 2009 Didn't empty temporary download directory in non-English versions of Windows. Fixed.
Feb 8, 2009
  • Command line parameters passed to Opera. Thanks to itcpeter.
  • Updated for Opera 10.00 Alpha Build 1139.
  • Opera Launcher can be placed anywhere, but path to Opera Installation Directory should be added in OperaLauncher.ini file.
Jan 8, 2009 Option to send keystrokes.
Nov 26, 2008 Option to empty temporary download directory.
Nov 23, 2008 Initial release.

How to resume an accidentally removed/missing transfer in Opera?

, , , ...

This tip will help you to resume a download (especially large size) in the following cases.

  • Accidentally removed transfer from the transfers tab.
  • Closed Opera with an intention to resume download next day but transfer is missing when Opera is started.
  • Resuming download with an another high speed mirror.

The following will work when web server allows resuming of broken downloads.

  1. Start download again and save with another name.
  2. Stop transfer after few seconds.
  3. Delete new download file.
  4. Rename old download file with new name.
  5. Resume transfer.

[gun via Opera Desktop Team blog]

Update:
Nov 15, 2008: arnymars posted this earlier in forums.

More Color Schemes in Opera

, , , ...

Opera has 9 color schemes by default and you can change it from Tools > Appearance... > Skin > Color scheme. Following will add 140 (including 6 duplicates) color schemes.

Download dialog-modified.ini (file contains all dialog tweaks), enter path to dialog-modified.ini in Dialog Configuration, save and restart Opera.

[or]

  1. Create a copy of ui\dialog.ini (defaults\dialog.ini for versions below 10) from Opera installation directory, rename it to dialog-modified.ini and open it in any text editor.
  2. Under [Customize Toolbar Dialog] section replace line starting with Dropdown, 0, Skin_color_scheme_dropdown with the following and save.
    Dropdown, 0, Skin_color_scheme_dropdown, 100, 290, 150, 23, Move down = Disable skin coloring,,,D_COLOR_SCHEME_NO_COLOR_S | Use system skin coloring,,,D_COLOR_SCHEME_SYSTEM_COLOR_S | Set skin coloring, #583F28,,D_COLOR_SCHEME_GOLD | Set skin coloring, #9A8454,,D_COLOR_SCHEME_SAND | Set skin coloring, #479B65,,D_COLOR_SCHEME_JUNGLE | Set skin coloring, #4E7A94,,D_COLOR_SCHEME_SEA | Set skin coloring, #283358,,D_COLOR_SCHEME_BLUE | Set skin coloring, #606090,,D_COLOR_SCHEME_INDIGO | Set skin coloring, #43354D,,D_COLOR_SCHEME_PURPLE | Set skin coloring, #BE324C,,D_COLOR_SCHEME_CRIMSON | Set skin coloring, #801010,,D_COLOR_SCHEME_RED | | Set skin coloring, #F0F8FF,,Alice Blue | Set skin coloring, #FAEBD7,,Antique White | Set skin coloring, #00FFFF,,Aqua | Set skin coloring, #7FFFD4,,Aquamarine | Set skin coloring, #333366,,Atlas Blue | Set skin coloring, #F0FFFF,,Azure | Set skin coloring, #F5F5DC,,Beige | Set skin coloring, #FFE4C4,,Bisque | Set skin coloring, #000000,,Black | Set skin coloring, #FFEBCD,,Blanched Almond | Set skin coloring, #0000FF,,Blue. | Set skin coloring, #8A2BE2,,Blue Violet | Set skin coloring, #A52A2A,,Brown | Set skin coloring, #DEB887,,Burly Wood | Set skin coloring, #5F9EA0,,Cadet Blue | Set skin coloring, #7FFF00,,Chartreuse | Set skin coloring, #D2691E,,Chocolate | Set skin coloring, #FF7F50,,Coral | Set skin coloring, #6495ED,,Cornflower Blue | Set skin coloring, #FFF8DC,,Cornsilk | Set skin coloring, #DC143C,,Crimson. | Set skin coloring, #00008B,,Dark Blue | Set skin coloring, #008B8B,,Dark Cyan | Set skin coloring, #B8860B,,Dark Golden Rod | Set skin coloring, #A9A9A9,,Dark Grey | Set skin coloring, #006400,,Dark Green | Set skin coloring, #BDB76B,,Dark Khaki | Set skin coloring, #8B008B,,Dark Magenta | Set skin coloring, #556B2F,,Dark Olive Green | Set skin coloring, #FF8C00,,Dark Orange | Set skin coloring, #9932CC,,Dark Orchid | Set skin coloring, #8B0000,,Dark Red | Set skin coloring, #E9967A,,Dark Salmon | Set skin coloring, #8FBC8F,,Dark Sea Green | Set skin coloring, #483D8B,,Dark Slate Blue | Set skin coloring, #2F4F4F,,Dark Slate Grey | Set skin coloring, #00CED1,,Dark Turquoise | Set skin coloring, #9400D3,,Dark Violet | Set skin coloring, #FF1493,,Deep Pink | Set skin coloring, #00BFFF,,Deep Sky Blue | Set skin coloring, #696969,,Dim Grey | Set skin coloring, #1E90FF,,Dodger Blue | Set skin coloring, #B22222,,Fire Brick | Set skin coloring, #FFFAF0,,Floral White | Set skin coloring, #228B22,,Forest Green | Set skin coloring, #FF00FF,,Fuchsia | Set skin coloring, #DCDCDC,,Gainsboro | Set skin coloring, #F8F8FF,,Ghost White | Set skin coloring, #FFD700,,Gold. | Set skin coloring, #DAA520,,Golden Rod | Set skin coloring, #808080,,Grey | Set skin coloring, #008000,,Green | Set skin coloring, #ADFF2F,,Green Yellow | Set skin coloring, #F0FFF0,,Honey Dew | Set skin coloring, #FF69B4,,Hot Pink | Set skin coloring, #CD5C5C,,Indian Red | Set skin coloring, #4B0082,,Indigo. | Set skin coloring, #FFFFF0,,Ivory | Set skin coloring, #F0E68C,,Khaki | Set skin coloring, #E6E6FA,,Lavender | Set skin coloring, #FFF0F5,,Lavender Blush | Set skin coloring, #7CFC00,,Lawn Green | Set skin coloring, #FFFACD,,Lemon Chiffon | Set skin coloring, #ADD8E6,,Light Blue | Set skin coloring, #F08080,,Light Coral | Set skin coloring, #E0FFFF,,Light Cyan | Set skin coloring, #FAFAD2,,Light Golden Rod Yellow | Set skin coloring, #D3D3D3,,Light Grey | Set skin coloring, #90EE90,,Light Green | Set skin coloring, #FFB6C1,,Light Pink | Set skin coloring, #FFA07A,,Light Salmon | Set skin coloring, #20B2AA,,Light Sea Green | Set skin coloring, #87CEFA,,Light Sky Blue | Set skin coloring, #778899,,Light Slate Grey | Set skin coloring, #B0C4DE,,Light Steel Blue | Set skin coloring, #FFFFE0,,Light Yellow | Set skin coloring, #00FF00,,Lime | Set skin coloring, #32CD32,,Lime Green | Set skin coloring, #FAF0E6,,Linen | Set skin coloring, #FF00FF,,Magenta | Set skin coloring, #800000,,Maroon | Set skin coloring, #66CDAA,,Medium Aqua Marine | Set skin coloring, #0000CD,,Medium Blue | Set skin coloring, #BA55D3,,Medium Orchid | Set skin coloring, #9370D8,,Medium Purple | Set skin coloring, #3CB371,,Medium Sea Green | Set skin coloring, #7B68EE,,Medium Slate Blue | Set skin coloring, #00FA9A,,Medium Spring Green | Set skin coloring, #48D1CC,,Medium Turquoise | Set skin coloring, #C71585,,Medium Violet Red | Set skin coloring, #191970,,Midnight Blue | Set skin coloring, #F5FFFA,,Mint Cream | Set skin coloring, #FFE4E1,,Misty Rose | Set skin coloring, #FFE4B5,,Moccasin | Set skin coloring, #FFDEAD,,Navajo White | Set skin coloring, #000080,,Navy | Set skin coloring, #FDF5E6,,Old Lace | Set skin coloring, #808000,,Olive | Set skin coloring, #688E23,,Olive Drab | Set skin coloring, #FFA500,,Orange | Set skin coloring, #FF4500,,Orange Red | Set skin coloring, #DA70D6,,Orchid | Set skin coloring, #EEE8AA,,Pale Golden Rod | Set skin coloring, #98FB98,,Pale Green | Set skin coloring, #AFEEEE,,Pale Turquoise | Set skin coloring, #D87093,,Pale Violet Red | Set skin coloring, #FFEFD5,,Papaya Whip | Set skin coloring, #FFDAB9,,Peach Puff | Set skin coloring, #CD853F,,Peru | Set skin coloring, #FFC0CB,,Pink | Set skin coloring, #DDA0DD,,Plum | Set skin coloring, #B0E0E6,,Powder Blue | Set skin coloring, #800080,,Purple. | Set skin coloring, #FF0000,,Red. | Set skin coloring, #BC8F8F,,Rosy Brown | Set skin coloring, #4169E1,,Royal Blue | Set skin coloring, #8B4513,,Saddle Brown | Set skin coloring, #FA8072,,Salmon | Set skin coloring, #F4A460,,Sandy Brown | Set skin coloring, #2E8B57,,Sea Green | Set skin coloring, #FFF5EE,,Sea Shell | Set skin coloring, #A0522D,,Sienna | Set skin coloring, #C0C0C0,,Silver | Set skin coloring, #87CEEB,,Sky Blue | Set skin coloring, #6A5ACD,,Slate Blue | Set skin coloring, #708090,,Slate Grey | Set skin coloring, #FFFAFA,,Snow | Set skin coloring, #00FF7F,,Spring Green | Set skin coloring, #4682B4,,Steel Blue | Set skin coloring, #D2B48C,,Tan | Set skin coloring, #008080,,Teal | Set skin coloring, #D8BFD8,,Thistle | Set skin coloring, #FF6347,,Tomato | Set skin coloring, #40E0D0,,Turquoise | Set skin coloring, #EE82EE,,Violet | Set skin coloring, #F5DEB3,,Wheat | Set skin coloring, #FFFFFF,,White | Set skin coloring, #F5F5F5,,White Smoke | Set skin coloring, #FFFF00,,Yellow | Set skin coloring, #9ACD32,,Yellow Green
  3. Enter path to Dialog Configuration file and save.
  4. Restart Opera.

Opera Color Scheme
More color schemes

Optional: Add HTML Named Colours & HEX Codes panel to view colors.

You have to update dialog-modified.ini when you install major version of Opera.

Update: Aug 2, 2009

Opera delete private data dialog tweaks

, , , ...

Delete private data dialog tweaks will

  1. Remove Detailed Options button.
  2. Add buttons for all items except Clear all e-mail account passwords & Clear all Wand passwords (to prevent accidental deletion) and you can quickly delete a single item without clearing previously selections. Buttons with * will reset your previous selection(s).
  3. Add two buttons for Clear history of visited pages, one to Clear history of visited links and another to Clear history of typed-in addresses.

Opera delete private data dialog after tweak
Opera delete private data dialog after tweak

Download (file contains all dialog tweaks) or create a text file dialog-modified.ini with following content, enter path to Dialog Configuration file, save and restart Opera.

Opera Preferences version 2.0
; Dialog specification file for Opera 7.0
; This file is stored in UTF-8 encoding

[Clear Private Data Dialog]
Title = DI_CLEAR_ALL_PRIVATE_DATA
Group, 0, , 0, 0, 0, 0, Size
;Group, 0, , 0, 0, 430, 90, Size Right
MultilineEdit, D_CLEAR_PRIVATE_DATA_WARNING, Description_label, 0, 0, 430, 60, Size right
;Expand, D_DELETE_PRIVATE_DATA_DETAILS, Details_expand, 0, 65, 300, 23, Size right, End = Switch groups, "Advanced_group"
;Group, 0, Advanced_group , 20, 90, 410, 300, Size right
Group, 0, , 0, 60, 410, 300, Size right
Checkbox, DI_IDM_CLEAR_NPCOOKIES, Delete_temporary_cookies, 0, 0, 250, 23, Size right
Button, * Delete Temporary Cookies,, 230, 0, 180, 23, Move right = Set Preference, "Clear Private Data Dialog|CheckFlags=4" & Delete private data & Click default button & Close page, 1 & Delay, 10 & Close page, 1
Checkbox, DI_IDM_CLEAR_ALLCOOKIES, Delete_all_cookies, 0, 30, 250, 23, Size right
Button, Manage Cookies,, 230, 30, 87, 23, Move right = Manage cookies
Button, * Delete Cookies,, 320, 30, 88, 23, Move right = Set Preference, "Clear Private Data Dialog|CheckFlags=1" & Delete private data & Click default button & Close page, 1 & Delay, 10 & Close page, 1
Checkbox, DI_IDM_CLEAR_PASSDOCS, Delete_passworddocs_and_data, 0, 60, 250, 23, Size right
Button, * Delete Password Protected Pages,, 230, 60, 180, 23, Move right = Set Preference, "Clear Private Data Dialog|CheckFlags=2" & Delete private data & Click default button & Close page, 1 & Delay, 10 & Close page, 1
Checkbox, DI_IDM_CLEAR_CACHE, Clear_cache, 0, 90, 250, 23, Size right
Button, Delete Cache, Empty_cache_now_button, 230, 90, 180, 23, Move right = Clear disk cache & Delay, 10 & Close page, 1
Checkbox, DI_IDM_CLEAR_GLOBHIS, Clear_visited_pages, 0, 120, 250, 23, Size right
Button, Clear Visited,, 230, 120, 87, 23, Move right = Clear visited history & Delay, 10 & Close page, 1
Button, Clear Typed-in,, 320, 120, 88, 23, Move right = Clear typed in history & Delay, 10 & Close page, 1
Checkbox, DI_IDM_CLEAR_DOWNHIS, Clear_transferred_files_history, 0, 150, 250, 23, Size right
Button, Clear All Finished Transfers,, 230, 150, 180, 23, Move right = Manage, "transfers" & Remove all finished transfers & Close page, 1
Checkbox, D_CLEAR_PRIVATE_DATA_CLEAR_BOOKM_VISITEDTIME, Clear_bookmark_visited_time, 0, 180, 250, 23, Size right
Button, * Clear Bookmark Visited Time,, 230, 180, 180, 23, Move right = Set Preference, "Clear Private Data Dialog|CheckFlags=1024" & Delete private data & Click default button & Close page, 1 & Delay, 10 & Close page, 1
Checkbox, DI_IDM_CLEAR_MAILPASS, Clear_email_account_passwords, 0, 210, 250, 23, Size right
Checkbox, DI_IDM_CLEAR_WANDPASS, Clear_wand_passwords, 0, 240, 250, 23, Size right
Button, D_CLEAR_PRIVATE_DATA_MANAGE_WAND_PW,, 230, 240, 180, 23, Move right = Manage wand
Checkbox, D_CLEAR_PRIVATE_DATA_CLOSE_ALL, Close_all_windows, 0, 270, 250, 23, Size right
Button, Empty Trash,, 230, 270, 87, 23, Move right = Empty page trash
Button, Close All Tabs,, 320, 270, 88, 23, Move right, End = Close all
You have to update dialog-modified.ini when you install major version of Opera.

Opera Standard Slim Skin

, , , ...

Opera Standard skin with

  1. Smaller toolbars.
  2. Grey color active tab.
  3. More visible lock icon for inactive tab.
  4. Yellow attention color.
  5. Grey color scrollbar. Thanks to rseiler.

Opera Standard Skin
Opera Standard skin

Opera Standard Slim Skin
Opera Standard Slim skin

Download skin from Opera Standard Slim skin page or click direct download link.

For normal toolbars, use Opera Standard Modified skin.

Shutdown/Hibernate computer when Opera completes transfers

, , , ...

Opera Shutdown was created using AutoHotkey to shutdown/hibernate computer when Opera completes transfers. Size is 203 KB and installation is not required.

Download

Opera Shutdown

When there is a transfer, Opera title bar will contain Transfers XX:XX - Opera and this will change to Transfers - Opera when transfer completes. OperaShutdown.exe will check periodically for this change and will show the following dialog box when transfer completes. If there is no response from you during timeout period, it will shutdown/hibernate computer.

Opera shutdown/hibernate confirmation dialog
Confirmation dialog

  • OperaShutdown.exe will beep and run in background.
  • You must keep transfers tab in Opera active.
  • To close OperaShutdown.exe at any time use keyboard shortcut, Win+X. Opera Shutdown will beep before exit. To change exit keyboard, open OperaShutdown.ini and change the value for Exit Shortcut. See this to know modifier symbols to define hotkeys.
  • If you use other than English language, open OperaShutdown.ini and change the value of Trigger Text to <Transfers as in your language file> - Opera.
  • To shutdown instead of hibernate, open OperaShutdown.ini and change the value of Hibernate to 0.
  • To close Opera without system shutdown/hibernate, open OperaShutdown.ini and change the value of Test to 1 and in Opera disable confirm exit in Tools → Preferences... → Advanced → Browsing

Changelog
Date Changes
Mar 14, 2009 Added option to change exit keyboard shortcut.
Mar 12, 2009 Added option to close Opera without system shutdown/hibernate.
Jan 24, 2009 Added option to hibernate.
May 17, 2008 Initial release.

Formatting tools with animated smilies in My Opera quick reply/comment/reply to PM

, , , ...

This script was created by AyushJ & posted in User JavaScript forum.

This script adds formatting tools (b, i, u, align, list, url, font, color, etc...) in quick reply/comment/reply to PM.

This script also supports keyboard shortcuts. Press Ctrl key (don't hold it) then press shortcut key. Example: To activate bold, press Ctrl then press B.

I added 21 26 33 38 41 animated smilies to this script including the following one.

Dance smiley
Dance smiley

You can add your smilies by changing the following.

MySmilies        = 0; //-- Set to 1 if you want to use your smilies
MySmiliesBase='http://files.myopera.com/'    // Path to your smilies folder
var MySmiliesList={
// Add your smilies below. Example:    'Smiley1'    : 'Smiley1.gif',    'Smiley2'    : 'Smiley2.gif',    'Smiley3'    : 'Smiley3.gif'
}

Download my.opera-quick-reply.js and place it inside your UserJS folder.

If you don't have UserJS folder, create one inside your profile and enter path to it in Tools > Preferences... > Advanced > Content > JavaScript Options... > User JavaScript files

Formatting Tools with Animated Smilies in My Opera Quick Reply/Comment/Reply to PM
Formatting tools with animated smilies in My Opera comments

  • Script will work only in Opera desktop browser.
  • You can't have animated smilies on the same line as My Opera smilies. But you can use HTML image tag to show more than one smiley in a line.
    <img src="http://files.myopera.com/Tamil/Smilies/Happy.gif"> <img src="http://files.myopera.com/Tamil/Smilies/Wait.gif">
    The above will show be shown as .

Update:
May 23, 2008: Added BigGrin, Bye, Hit, Secret & Yes smilies.
Aug 10, 2008: Added Crazy, Devil, LOL, ROFL, Stop, ThumbsUp & Wink smilies.
Jan 17, 2009: Added BigGrin2, Cool2, Dance3, Crazy2 & Sad smilies.
Jul 4, 2009: Added Stop, Wait & Yahoo smilies.

Download Opera, the fastest and most secure browser