Skip navigation.

exploreopera

| Help

Sign up | Help

My program for Opera

Posts tagged with "Opera"

Quick Saver 2.4

, ,

QSaver Ver 2.4 (60Kb)
The program is intended for the quick saving in MHT or HTML, with autorenaming if such file exists already. And saving of all (or many) of pages.
Also can save screenshots of pages in .png and do fast save images.

History:
2.4.5
+ Quick saving in CHM.
2.4.3
* Improvements.
2.4.1
+ Saving of the selected part of page.
2.4
* Compatibility with Opera 9.50. Need update for all buttons!
2.3
+ GUI.
2.2
* Improved compatibility with Opera 9.50 and Opera 8.
* The buttons of the quick saving changed. Not forget them to renew!
+ Quick saving of images.

Quick Saver 2.1

, ,

QSaver Ver 2.2 (40Kb)
The program is intended for the quick saving in MHT or HTML, with autorenaming if such file exists already. And saving of all (or many) of pages. Also can save screenshots of pages in .png.

History:
2.2
* Improved compatibility with Opera 9.50 and Opera 8.
* The buttons of the quick saving changed. Not forget them to renew!
+ Quick saving of images.
+ Search in QSaverHistory.html
2.1
+ QSaverHistory.html
+ Compatibility with Opera 8
2.0
* Uses Winapi.
+ It's possible to save screeshots of visible part of page.
* Small improvements.

oGet 2.5

,

oGet 2.5 (mirror) - 260Kb.
History:
2.5.12
* "Download all" and "Download selection" now works and for pages with frames.
2.5.11
* Compatibility with Opera 9.50.
2.5.10
* New version of FlashGot.exe. Support FlashGet 2.
* Updated english translation. Thank you Heathen.
2.5.9
+ Adjustment of links got from context menu.
* Option "Full integration with Opera" now contains three variants: "Don't catch links", "Catch links via Ctrl+Click" and "Catch all links".
2.5.8
- Fixed bug with iFolder.plg.
- Fixed bug with downloading updates from microsoft.com.
2.5.7
* Improved compatibility of installer with the last beta of Opera 9.50.
* In oGet.ini the parameter of UseDDE is added. Setting of him in a zero, will disconnect the transmission of referrer at a click.
* Small improvements in oGet.js.
2.5.6
+ Spanish translation. Thank you el_esponjoso.
* Links with POST-info are not passed in USD and rapget (they can't download them).
- Fixed bug with the transmission of a few links in USD.
2.5.5
- Fixed bug with the transmission of descriptions in Download Master.
2.5.4
* Small bugfixes for oGet.js. Thank you somh.
2.5.3
- Small bugfixes for USD and rapget.
2.5.2
* Referrer is passed and at simple a click.
* New icons
2.5.1
* Small fixes
2.5
+ Support of rapget (he must be started, even once).
+ Support of custom download managers.
2.4.1
* Because of Opera bug-269238, an old variant is again used for "Download with oGet"
* Improved parser for Opera 8.
2.4
+ Base support of previous versions of Opera (7 & 8).
+ For Opera 9.2x, added item of menu "Download All with FTP"

Block images from menu Opera

,

Add in [Image Popup Menu] and [Image Link Popup Menu]
Platform Windows, Item, "Block image"="Copy image address,,,, "Content block image" & Go to Page, "javascript:(function(){var clip='%c';var d = document.selectNodes('//img[@src]');for(var i=0, di; di=d[i]; i++){if(di.src==clip)di.style.display='none !important'};})()" & Execute program, "D:\Opera\misc\Block.vbs" & Content block details, 1"


And in [Frame Menu]
Platform Windows, Item, "Block frame"="Copy frame address,,,, "Content block image" & Go to Page, "javascript:(function(){var clip='%c';var d = document.selectNodes('//iframe[@src]');for(var i=0, di; di=d[i]; i++){if(di.src==clip)di.style.display='none !important'};})()" & Execute program, "D:\Opera\misc\Block.vbs" & Content block details, 1"



Block.vbs
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")

WScript.Sleep 100
WshShell.SendKeys "{TAB}"
WScript.Sleep 100
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "+{INSERT}"
WScript.Sleep 100
WshShell.SendKeys "{ENTER}"


For Opera 9.50
Dim WshShell
Set WshShell = WScript.CreateObject("WScript.Shell")

WScript.Sleep 100
WshShell.SendKeys "{TAB}"
WScript.Sleep 100
WshShell.SendKeys "{TAB}"
WScript.Sleep 100
WshShell.SendKeys "{ENTER}"
WScript.Sleep 200
WshShell.SendKeys "+{INSERT}"
WScript.Sleep 100
WshShell.SendKeys "{ENTER}"


' Uncomment it for auto-closing window

' WshShell.SendKeys "{TAB}"
' WshShell.SendKeys "{TAB}"
' WshShell.SendKeys "{TAB}"
' WshShell.SendKeys "{TAB}"
' WScript.Sleep 100
' WshShell.SendKeys "{ENTER}"

Get File Size setup for Opera

,

GetFileSize_Setup.zip (rus/eng 600Kb)
From site:
Get File Size is an browser add-on that allows you to find out the size of a file before downloading it. Get File Size does not require any special skills, just right-click the link to a file and select Get File Size, the program will immediately show you the size of the file.
Moreover, Get File Size will show you the date when the file was last modified, file type, server response time and estimated download time. Get File Size can also retrieve the dimensions of JPG, GIF, PNG and BMP images without downloading the whole image.

BBCode.js

, , ,

BBCode.js inserts any BBCode and HTML tags. Install this as UserJS.
Draggable buttons

Sample of buttons:
Button1, "bold"="Go to page, "javascript:ujs_bbcode_tag('[b]')", , , "bb_b""
Button2, "quote"="Go to page, "javascript:ujs_bbcode_tag('[quote]','')", , , "bb_q""
Button3, "url"="Go to page, "javascript:ujs_bbcode_tag('<a href=>')", , , "bb_url""
Button4, "wiki quote"="Go to page, "javascript:ujs_bbcode_tag('```','```')", , , "bb_url""
Button5, "lol"="Go to page, "javascript:ujs_bbcode_tag('',' :lol:')", , , "bb_lol""

oGet 2.2

, ,

oGet 2.2
History:
2.2
+ Now links are passed with rapidshare and similar (where forms are utillized). Thank you Mikivanch.
2.1
* New version of FlashGot.exe. Support new version Thunder.
* Evade Opera bug-257045.
+ Compatibility with allow-ini-variables.js.

Google translate

, ,


google-translate.js
Integration in menu
Add in menu.ini:
[Google Translate menu]
Item, "English to Russian"="Go to Page,"javascript:google_translate('en|ru')",,, "l_english""
Item, "English to Arabic"="Go to Page,"javascript:google_translate('en|ar')",,, "l_english""
Item, "English to Spanish"="Go to Page,"javascript:google_translate('en|es')",,, "l_english""
Item, "English to Italian"="Go to Page,"javascript:google_translate('en|it')",,, "l_english""
Item, "English to Chinese"="Go to Page,"javascript:google_translate('en|zh')",,, "l_english""
Item, "English to Korean"="Go to Page,"javascript:google_translate('en|ko')",,, "l_english""
Item, "English to German"="Go to Page,"javascript:google_translate('en|de')",,, "l_english""
Item, "English to Portuguese"="Go to Page,"javascript:google_translate('en|pt')",,, "l_english""
Item, "English to French"="Go to Page,"javascript:google_translate('en|fr')",,, "l_english""
Item, "English to Japanese"="Go to Page,"javascript:google_translate('en|ja')",,, "l_english""
--------------------1
Item, "Russian to English"="Go to Page,"javascript:google_translate('ru|en')",,, "l_russian""
Item, "Arabic to English"="Go to Page,"javascript:google_translate('ar|en')",,, "l_arabic""
Item, "Spanish to English"="Go to Page,"javascript:google_translate('es|en')",,, "l_spanish""
Item, "Italian to English"="Go to Page,"javascript:google_translate('it|en')",,, "l_italian""
Item, "Chinese to English"="Go to Page,"javascript:google_translate('zh|en')",,, "l_chinesetr""
Item, "Korean to English"="Go to Page,"javascript:google_translate('ko|en')",,, "l_korean""
Item, "German to English"="Go to Page,"javascript:google_translate('de|en')",,, "l_german""
Item, "Portuguese to English"="Go to Page,"javascript:google_translate('pt|en')",,, "l_portuguese""
Item, "French to English"="Go to Page,"javascript:google_translate('fr|en')",,, "l_french""
Item, "Japanese to English"="Go to Page,"javascript:google_translate('ja|en')",,, "l_japanese""


And add in [Hotclick Popup Menu]
Submenu, "Google Translate", Google Translate menu

Advanced Quote

, ,

Copy text selection in «Quick reply» with saving of formatting.
ButtonXX, "Quote+" = Go to page, "javascript:(function(){var html_selection=document.createElement('div'); html_selection.appendChild(window.getSelection().getRangeAt(0).cloneContents()); var lnks = html_selection.getElementsByTagName('*'); for(var i=0, li; li=lnks[i]; i++){switch(li.tagName){case 'A' : li.innerHTML='\x5Burl='+li.href+']'+li.innerHTML+'\x5B/url]'; break; case 'FONT' : if(li.color){li.innerHTML='\x5Bcolor='+li.color+']'+li.innerHTML+'\x5B/color]'}; break; case 'DIV' : if(li.className=='code'){li.innerHTML='\x5Bcode]'+li.innerHTML+'\x5Bcode]'}else {if(li.className=='quote'){li.innerHTML='\x5Bquote]'+li.innerHTML+'\x5Bquote]'}else{li.innerHTML='<br>'+li.innerHTML}}; break; case 'B' : li.innerHTML='\x5Bb]'+li.innerHTML+'\x5B/b]'; break; case 'STRONG' : li.innerHTML='\x5Bb]'+li.innerHTML+'\x5B/b]'; break; case 'I' : li.innerHTML='\x5Bi]'+li.innerHTML+'\x5B/i]'; break; case 'U' : li.innerHTML='\x5Bu]'+li.innerHTML+'\x5B/u]'; break; case 'PRE' : li.innerHTML='\x5Bcode]'+li.innerHTML+'\x5B/code]'; break; case 'BLOCKQUOTE' : li.innerHTML='\x5Bquote]'+li.innerHTML+'\x5B/quote]'; break; case 'IMG' : li.innerHTML+='\x5Bimg]'+li.src+'\x5B/img]'; break;}}; var txt = html_selection.innerText; var n = txt.split('\n').length; var ta = window.document.getElementsByTagName('textarea'); var tl=ta.length-1; var t; do{t=ta[tl]; tl--} while(t && (t.rows<5 || t.offsetHeight==0)); if(!t){prompt('Please copy BBCode', txt); return;} if(t.rows < 15){t.rows + n <= 15 ? t.rows += n : t.rows = 15}; t.value += '[quote]'+txt+'[/quote]\r\n'; t.setSelectionRange(t.value.length, t.value.length);t.focus();})()", , , "bb_quote"

Quick Saver Ver 1.9.1

,

Qsaver(120Kb) is intended for the quick saving in MHT or HTML, with autorenaming if such file exists already and saving all opened pages.