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
It seems like some parts were stripped but I think I know what's the problem. João's script is probably UTF8 encoded and that confuses Opera. Hmm, I guess I can handle it too.
This one isn't shown up // ==UserScript== // Document Viewer // João Eiras, loosely based on work from alexandrius http://userscripts.org/scripts/show/58690 // 1.0 // file://* // Web Based Document Viewer // utf-8 // ==/UserScript==
I made a change to only accept user script headers that are located in the beginning of the file. If it is not, then it is invalid header which Opera should not consider valid either. But you could give me some example script so I could look if it is maybe valid header that I incorrectly ignore.
Galileo: Opera does not look for scripts recursively. You have to specify every directory separated by comma inside opera settings.
metude: I don't think you can specify dynamic location.
chikeh: If you place test.js file with that content: alert('works') in you user script and it doesn't show alert on loading page then there is something wrong with your user javascript settings. Go to forums and ask for help if you can't figure that out.
DZE-MasteR: What being moderated? Do you mean that new version has not been approved for some time now? I will try to get in touch with some people to speed it up...
It doesn't work in Opera... It is works in one location but if I move Opera different location it is staying old userjs location. So deosn't work. How can I setup dynamic user js locaiton?
由 metude, # 2010-4-21 上午07:23:18
由 DZE-MasteR, # 2010-4-17 下午07:05:45
由 d.i.z., # 2010-4-16 下午06:46:45
// ==UserScript==
// Document Viewer
// João Eiras, loosely based on work from alexandrius http://userscripts.org/scripts/show/58690
// 1.0
// file://*
// Web Based Document Viewer
// utf-8
// ==/UserScript==
example of script header which works
// ==UserScript==
// Download YouTube Videos as MP4
// Adds an option to download YouTube videos.
// http://googlesystem.blogspot.com
// http://*.youtube.com/watch?*
// http://*.youtube.com/watch?*
// http://userscripts.org/scripts/show/25105
// Ionut Alex Chitu
// 0.9961
// 2010-04-12
// MIT License
// ==/UserScript==
由 DZE-MasteR, # 2010-4-16 下午06:07:44
由 d.i.z., # 2010-4-15 下午08:32:46
由 DZE-MasteR, # 2010-4-15 下午07:45:55
由 d.i.z., # 2010-4-14 下午08:25:28
由 DZE-MasteR, # 2010-4-14 上午06:31:17
由 DZE-MasteR, # 2010-4-13 下午07:01:00
Get this one and drop into Opera: http://files.myopera.com/d.i.z./unite/ujsmanager_2_5.zip
由 d.i.z., # 2010-4-12 下午09:29:07
由 d.i.z., # 2010-4-12 下午07:44:25
由 DZE-MasteR, # 2010-4-12 上午07:40:54
Otherwise try restarting Opera. There might be some update issues when updating from local file.
由 d.i.z., # 2010-4-11 下午09:28:11
由 DZE-MasteR, # 2010-4-11 下午03:36:40
由 d.i.z., # 2010-4-11 上午11:49:57
由 DZE-MasteR, # 2010-4-9 下午01:03:47
metude: I don't think you can specify dynamic location.
chikeh: If you place test.js file with that content:
alert('works')
in you user script and it doesn't show alert on loading page then there is something wrong with your user javascript settings. Go to forums and ask for help if you can't figure that out.
DZE-MasteR: What being moderated? Do you mean that new version has not been approved for some time now? I will try to get in touch with some people to speed it up...
由 d.i.z., # 2010-4-7 下午09:26:14
由 DZE-MasteR, # 2010-4-6 上午10:14:41
由 Galileo, # 2010-4-6 上午10:04:42
It is works in one location but if I move Opera different location it is staying old userjs location. So deosn't work. How can I setup dynamic user js locaiton?
由 metude, # 2010-4-3 上午07:19:07