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.
By edocastillo, # Jan 21, 2012 5:48:57 PM
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.
By d.i.z., # Dec 20, 2011 8:47:32 PM
I confirm that 3.2 is not working even with 11.60 final (build 1185). Any plan for a fix? TIA
By TerDale, # Dec 12, 2011 8:56:25 AM
By DS2902, # Dec 2, 2011 4:20:42 AM
By la-nounou, # Nov 23, 2011 12:05:58 AM
to increase the connection speed
By sandeepattri, # Jul 10, 2011 2:16:07 PM
Hint: use Number(parsedValueFromTheScriptFile) instead of parseInt
By jewwboy, # Apr 4, 2011 7:51:24 AM
By hundredorzero, # Dec 22, 2010 7:30:37 PM
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.
By ernesteban, # Nov 2, 2010 1:14:22 PM
But on in a new tab doesn't work again in the sidebar
By DZE-MasteR, # Oct 30, 2010 1:34:01 PM
Because, mini friezing by big size JS.
PS. The possibility to rename. Nice!!
By Kurojitosan, # Oct 30, 2010 12:09:15 PM
Thx!
By Zalex108, # Oct 26, 2010 10:18:25 AM
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
By TerDale, # Oct 8, 2010 7:58:45 AM
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
By TerDale, # Oct 8, 2010 7:58:20 AM
.user.js ⇔ .js のスクリプトファイル名を相互に切り替えるボタン機能が欲しい。
By Kurojitosan, # Sep 16, 2010 10:52:17 AM
----Submenu: Just Actives
----Submenu: Just Disabled JSs
----Submenu: Just This (or Selected) Folder
Could be useful?
By metude, # Aug 21, 2010 12:55:26 PM
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!!!
By t4r2006, # Aug 2, 2010 2:28:38 AM
By Jurgi, # Jul 2, 2010 8:13:25 AM
check user scripts header fields
it's not working here...
By Cyric, # Jul 1, 2010 10:17:10 PM
Also, I think I prefer that discussion is moved to forums because it's much easier to follow (no notifications here).
By d.i.z., # Jun 30, 2010 8:59:07 PM