Comments, suggestions and bugs are better reported in forum thread.
Change log:
- 3.3
* Fixed compatibility problems with new HTML parser
(two minor versions skipped due to unite.opera.com problem)
- 3.0
* Added: CodeMirror editing component which supports syntax highlighting, line numbering and more
* Added: possible to change file name of user script on installing
* Fixed: ujs_manager_installer.js script is now less strict on checking if given page contains script only. Fixes compatibility with some other user scripts.
* Fixed: escaping problems that caused line endings to be changed on installing script
- 2.9
* fixed problem with new version check causing exception
- 2.8
* added simple script updater (automatic check of enabled scripts every 3 days)
* fixed sharing of scripts with ampersand in name
* updated ujs installer script to workaround performance bug (thx homm)
* shared scripts use simpler urls now (so that saving pick ups right name)
- 2.7
* fixed script truncation on installing
- 2.6
* message instead of failure when directory is not writable
* brought back "open in new tab"
* header of user scripts with BOM now parsed correctly again
Dude, why setting editor capabilities are so lame? int is even not native data type in JavaScript. There are no difference between int and float types at all! Ever tried to edit tiny array of 10 elements in the its String(ify`ed) representation? And this is besides the fact what any JS data type is Object (as most native type). Hint: use Number(parsedValueFromTheScriptFile) instead of parseInt
I found the problem to the "install script" button never showing when opening a .js file in opera when following the link to it:
It all happens in the first if-construct inside the code that is strapped to the domcontentloaded eventlistener:
// try to detect user scripts by pre tag alone if ( !(document && document.body && document.body.childElementCount == 1 && document.body.firstElementChild.tagName == 'PRE' && location.href.match(/.js(0?)/)) // matches .js extension (also with query) ) return;
When I comment this section, then all works fine with the install button appearing and everything when I open a .js file in opera, which it didn't for quite some time now.
One feature I have on my wish list is the capability to disable all scripts except the currently selected one. I'm doing this when one of my installed script is no longer working as expected, to know if some newly installed scripts could interfere, or if this could be due to the latest Opera version installed (including some weekly builds) What do you think?
One feature I have on my wish list is the capability to disable all scripts except the currently selected one. I'm doing this when one of my installed script is no longer working as expected, to know if some newly installed scripts could interfere, or if this could be due to the latest Opera version installed (including some weekly builds) What do you think?
To everyone who's trying to access Kabatology's site. PLEASE READ THE FOLLOWING:
I have used two different browsers and with Microsoft Security Essentials There are two potential threat that could harm my PC.
First: VirTool:JS/Obfuscator.M and Second: Trojan:JS/Obfdix.A
I have made an attempt or two attempts to contact the owner of the site. Unfortunately it would not allow me to write the email and send it to owner/webmaster.
Par edocastillo, # 21 janv. 2012 17:48:57
Either download v3.1 - https://unite.opera.com/application/download/401/3.1/ or if there is newer one than v3.2 at the time of reading, get that one.
Par d.i.z., # 20 déc. 2011 20:47:32
I confirm that 3.2 is not working even with 11.60 final (build 1185). Any plan for a fix? TIA
Par TerDale, # 12 déc. 2011 08:56:25
Par DS2902, # 2 déc. 2011 04:20:42
Par la-nounou, # 23 nov. 2011 00:05:58
to increase the connection speed
Par sandeepattri, # 10 juil. 2011 14:16:07
Hint: use Number(parsedValueFromTheScriptFile) instead of parseInt
Par jewwboy, # 4 avr. 2011 07:51:24
Par hundredorzero, # 22 déc. 2010 19:30:37
It all happens in the first if-construct inside the code that is strapped to the domcontentloaded eventlistener:
// try to detect user scripts by pre tag alone
if ( !(document
&& document.body
&& document.body.childElementCount == 1
&& document.body.firstElementChild.tagName == 'PRE'
&& location.href.match(/.js(0?)/)) // matches .js extension (also with query)
)
return;
When I comment this section, then all works fine with the install button appearing and everything when I open a .js file in opera, which it didn't for quite some time now.
I hope this can be of use to the developer.
Par ernesteban, # 2 nov. 2010 13:14:22
But on in a new tab doesn't work again in the sidebar
Par DZE-MasteR, # 30 oct. 2010 13:34:01
Because, mini friezing by big size JS.
PS. The possibility to rename. Nice!!
Par Kurojitosan, # 30 oct. 2010 12:09:15
Thx!
Par Zalex108, # 26 oct. 2010 10:18:25
I'm doing this when one of my installed script is no longer working as expected, to know if some newly installed scripts could interfere, or if this could be due to the latest Opera version installed (including some weekly builds)
What do you think?
TIA
Par TerDale, # 8 oct. 2010 07:58:45
I'm doing this when one of my installed script is no longer working as expected, to know if some newly installed scripts could interfere, or if this could be due to the latest Opera version installed (including some weekly builds)
What do you think?
TIA
Par TerDale, # 8 oct. 2010 07:58:20
.user.js ⇔ .js のスクリプトファイル名を相互に切り替えるボタン機能が欲しい。
Par Kurojitosan, # 16 sept. 2010 10:52:17
----Submenu: Just Actives
----Submenu: Just Disabled JSs
----Submenu: Just This (or Selected) Folder
Could be useful?
Par metude, # 21 août 2010 12:55:26
I have used two different browsers and with Microsoft Security Essentials
There are two potential threat that could harm my PC.
First: VirTool:JS/Obfuscator.M and Second: Trojan:JS/Obfdix.A
I have made an attempt or two attempts to contact the owner of the site. Unfortunately it would not allow me to write the email and send it to owner/webmaster.
PLEASE DO NOT VISIT THE SITE!!!
Par t4r2006, # 2 août 2010 02:28:38
Par Jurgi, # 2 juil. 2010 08:13:25
check user scripts header fields
it's not working here...
Par Cyric, # 1 juil. 2010 22:17:10
Also, I think I prefer that discussion is moved to forums because it's much easier to follow (no notifications here).
Par d.i.z., # 30 juin 2010 20:59:07