09-21-2009, 06:14 PM | #1 |
Enthusiast
Posts: 25
Karma: 10
Join Date: Feb 2007
Device: PalmTX
|
Sunrise plugin for SeaMonkey 2 beta2
The sunrise plugin don't want to install because it don't know SeaMonkey 2.0b2 (in SeaMonkey 1.18 it works correct)
What can i do ? Last edited by AnotherMichael; 09-21-2009 at 08:47 PM. |
09-21-2009, 08:46 PM | #2 | |
Enthusiast
Posts: 25
Karma: 10
Join Date: Feb 2007
Device: PalmTX
|
Quote:
Code:
javascript: var title = document.title; if (title == '') { title = 'Untitled'; } var url = document.location.href; if (url != '') { window.location = 'http://127.0.0.1:2575/newDocument?name=' + encodeURIComponent(title) + '&url=' + encodeURIComponent(url); } else { alert('Cannot invoke Sunrise. URL not available.'); } Last edited by AnotherMichael; 09-21-2009 at 08:48 PM. |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
New Plugin Type Idea: Library Plugin | cgranade | Plugins | 3 | 09-15-2010 01:11 PM |
Possible storage plugin? | Krystian Galaj | Plugins | 15 | 06-20-2010 04:18 PM |
Calibre Plugin | zdavatz | Plugins | 17 | 05-20-2010 02:08 PM |
helloworld plugin does nothing | pliz | Plugins | 11 | 04-18-2010 05:23 AM |
0.1-beta2 | dottedmag | OpenInkpot | 47 | 11-14-2008 06:07 PM |