My programs for Opera

Descriptions in opera:plugins and more

, ,

Unfortunately, Opera does not show the versions of Flash-plugins. This addition corrects it.
Replace in yours *.lng file, string «-1303632626="Plug-ins"» on
-1303632626="Plug-ins<script type='text/javascript'>document.title=document.title.replace(/<.*>/,'');document.addEventListener('load',function(){var p=navigator.plugins;var t=document.getElementsByTagName('tbody');for(var i=0, ti; ti=t[i]; i++){ti.innerHTML='<TR><TD>Description:</TD><TD>'+(p[i].description?p[i].description:'Plug-in disabled')+'</TD></TR>'+ti.innerHTML}},false)</script>"

And go to opera:plugins wink .


GetSize (16Kb). Installer (130Kb) for Opera.
GetSize is an small and open source tool that allows you to find out the size of a file before downloading it. GetSize is similar GetFileSize but has some additional possibilities (support referrer, show size of files bigger 4 Gb) and very simple interface smile

Last version of Qsaver (50Kb) supported fast saving of images via long click, double click and mouse wheel click.

Перевод настроек opera:configUsing jsonp in bookmarklets

Comments

purgossu Monday, February 11, 2008 7:59:05 PM

Just tried the description tip in \Opera path\"English.lng" but doesn't seem to work (Opera 9.50 (9789) on Windows). It just shows this twice:


Shockwave FlashDescription: undefined
application/futuresplash spl
application/x-shockwave-flash swf
C:\WINDOWS\system32\Macromed\Flash\NPSWF32.dll



and the "Plug-ins<script..." as titlebar. Maybe did I do something wrong? confused

A.RuzanovLex1 Monday, February 11, 2008 9:07:23 PM

I do test on 9770 and it works. You can see used version of flash with bokmarklet
javascript:var flashversion = function(){var p;if (((p = navigator.plugins) && (p = p["Shockwave Flash"]) && (p = p.description)) || ((p = window.ActiveXObject) && (p = new p("ShockwaveFlash.ShockwaveFlash").GetVariable("$version"))))return p.replace(/^\D+/, '').split(/\D+/g);return null;}();alert(flashversion)

(copy it in address bar and press Enter).

and the "Plug-ins<script..." as titlebar


Yes it's known problem. You can try add many «   » after «-1303632626="Plug-ins»

A.RuzanovLex1 Monday, February 11, 2008 9:33:05 PM

Maybe did you disable plugins (via F12)?
I did small fix for it.

purgossu Tuesday, February 12, 2008 2:17:16 PM

Thanks for the quick answers. up
Yes, I forgot to enable plugins (doh) but it works fine now (both in beta and Opera@USB), nice tip!


Shockwave FlashDescription: Shockwave Flash 9.0 r115

Anonymous Tuesday, March 25, 2008 7:55:14 AM

Anonymous writes: These addons are great. The GetFileSize is excellent. The "GetSize" addon used to have the "Last Modified" entry seperate and easier to read. The current version has it burried inside the rest of info and one has to hunt for it every time. It would be nice to make it easier to identify either by adding an empty line before &/or after it or by making it bold. Thanks

factotum Saturday, July 5, 2008 6:35:44 PM

Alex, вы рассист bigsmile
в варианте en вашего языкового файла эта фича работает, в вот в русском варианте от Вас же этого нету
благо юзаю английский, не нужно ковыряться)))

A.RuzanovLex1 Sunday, July 6, 2008 9:59:28 AM

factotum
В 9.50 строчка с кодом попадает в заголовок окна и убрать её я не смог.
Думаю, что её наличие может смущать пользователей wink

factotum Sunday, July 6, 2008 11:37:04 AM

Lex
меня точно не смущает, хотя с другой стороны полезность данной фичи для обывателей сомнительна: больше чем уверен, что 85% пользователей оперы даже не заглядывали во вкладку плагинов, а advenced user предполагаю контролируют ручками установленные addons smile

Anonymous Tuesday, August 19, 2008 8:14:58 PM

Buck writes: Doesn't work with OperaUSB 9.51. Please make it work

A.RuzanovLex1 Wednesday, August 20, 2008 10:20:22 AM

It works in Opera 9.51.

G.SandlerCreat0R Thursday, September 3, 2009 10:17:16 PM

Yes it's known problem. You can try add many «   » after «-1303632626="Plug-ins»


Another fix:

-1303632626="Plug-ins<script type='text/javascript'>document.addEventListener('load',function() {var p=navigator.plugins;var t=document.getElementsByTagName('tbody');var th=document.getElementsByTagName('h1');var tt=document.getElementsByTagName('title');for(var i=0, ti; ti=t[i]; i++){ti.innerHTML='<TR><TD>Description:</TD><TD>'+(p[i].description ? p[i].description : 'Plug-in disabled')+'</TD></TR>'+ti.innerHTML};for(var i=0, tti; tti=tt[i]; i++){tti.innerHTML=tti.innerHTML.replace(/ .*script type.*/g, '')};},false)</script>"

Anonymous Thursday, October 15, 2009 4:19:07 PM

Hello writes: It doesn't work in Opera 10 Final, please fix it?

A.RuzanovLex1 Thursday, October 15, 2009 8:14:51 PM

It works in Opera 10 Final.

Anonymous Saturday, October 17, 2009 1:22:31 PM

Hello writes: Ok, it does work when I install it manually, but when I run getsize_setup.exe I always get "not found operadef6.ini" error. Opera 10 default installation doesn't have operadef6, it has operaprefs_default.ini. Thanks for a great add-on.

A.RuzanovLex1 Sunday, October 18, 2009 8:01:03 AM

but when I run getsize_setup.exe


Old link. Fixed.

Anonymous Wednesday, February 17, 2010 8:41:01 PM

Anonymous writes: Here is a strange problem: I am using opera 10.10 on Ubuntu 9.10, if you try this site: http://www.merriam-webster.com/cgi-bin/audio-medlineplus.pl?test0001=test The first you hear sound, but if you click "hear again", there is no sound. Could that be a plugin problem? I do have your flash block on. But even if I turn it off, the sound doesn't work either. Can you take a look? Thanks.

metude Sunday, May 2, 2010 6:49:21 AM

Still isn't working?

A.RuzanovLex1 Sunday, May 2, 2010 9:36:06 AM

javascript disabled on opera:plugins.

Anonymous Monday, April 4, 2011 2:04:04 AM

Anonymous writes: Hello people ¿There is some like Getsize for Opera 11? I'm miss this function on my browser. Thanks!!

matinirvana22 Monday, April 4, 2011 10:59:14 PM

Getsize works very well on Opera 11. Thanks for the TIP.

How to use Quote function:

  1. Select some text
  2. Click on the Quote link

Write a comment

Comment
(BBcode and HTML is turned off for anonymous user comments.)

If you can't read the words, press the small reload icon.


Smilies