Talk about add-ons and extension development.
tonymec

Posts: 732Joined: October 15th, 2004, 2:58 amLocation: Ixelles (Brussels Capital Region, Belgium)
Posted October 23rd, 2013, 8:39 pm
xed wrote:therube wrote:Error Console says: - Code: Select all
Error: TypeError: netscape.security.PrivilegeManager is undefined Source File: chrome://makelink/content/link_maker.js Line: 159
- Code: Select all
netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');
Got me on that?
Actually I don't understand it at all, but then I'm a feeble old man who's lucky to accomplish anything on a computer. I appreciate the link to the copy url etc. extension, but it doesn't do what I want. I'll just do it the "hard way".
What therube quoted means that at line 159 of link_maker.js in the makelink extension code there is a call to a function which doesn't exist in the current version of SeaMonkey. Presumably it has been removed (maybe after having been “deprecated” for some time) by the NSS/NSPR/Gecko developers. So in order to make that extension work with current SeaMonkey versions, someone (not you) will have to find out by what (if anything) that removed function has been replaced, and make the necessary changes in link_maker.js
Best regards,
Tony
patrickjdempsey

Posts: 23734Joined: October 23rd, 2008, 11:43 amLocation: Asheville NC
Posted October 23rd, 2013, 10:49 pm
This was axed over a year ago. It is recommended to use other methods for storing data: https://support.mozilla.org/en-US/questions/936845If this extension wasn't already abandoned ages ago, it's likely that this change killed it.
therube

Posts: 20598Joined: March 10th, 2004, 9:59 pmLocation: Maryland USA
Posted October 24th, 2013, 7:00 am
Yet it does work in FF? (Had been meaning to actually check that out & see.)
Fire 750, bring back 250. Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Gort

Posts: 2342Joined: February 2nd, 2003, 6:01 pmLocation: Sussex, UK
Posted November 5th, 2013, 10:46 pm
One thing that keeps me from Seamonkey beyond curiosity (I have it installed) is the lack of a mouse gestures extension. I'm undecided about whether to go with Seamonkey after Firefox goes all Australis or whether to just weather the storm, but one thing that would make it easier for me would be something like Firegestures for Seamonkey. I know that there was a gestures extension some years ago that worked with Seamonkey (Mozgests I think), but that's discontinued. Oh well, one can hope. 
tonymec

Posts: 732Joined: October 15th, 2004, 2:58 amLocation: Ixelles (Brussels Capital Region, Belgium)
Posted December 3rd, 2013, 9:04 am
Click-to-play per element, as posted at AMO, supports only Firefox. I have modified the install.rdf to produce this XPI but I haven't yet had time to test it. Exercise all due care when testing it on SeaMonkey. Edit: Apparently not yet needed with SeaMonkey; but if the "new" Fx24+ CTP code makes it into Core it might be needed in the future, who knows?
Best regards,
Tony
patrickjdempsey

Posts: 23734Joined: October 23rd, 2008, 11:43 amLocation: Asheville NC
Posted December 3rd, 2013, 10:46 am
Yeah, SM is still click-to-play per element or domain... your choice every time.
lino2
Posts: 8Joined: January 3rd, 2014, 12:01 am
Posted January 5th, 2014, 8:12 pm
Hi, is there any requirement to be able to post request here? I want this addon to be modded https://addons.mozilla.org/en-US/firefo ... -uploader/There're 3 authors and I'm confused which one to contact for my request, the last update is also a year ago. Last, I want to ask about the modded FEBE addon, has anyone tried it yet? Can I use it to migrate to SeaMonkey from Firefox? I tried to use the Firefox and SeaMonkey sync option but only the bookmarks got imported..
therube

Posts: 20598Joined: March 10th, 2004, 9:59 pmLocation: Maryland USA
Posted January 6th, 2014, 11:14 am
> imgur_uploader-1.0.6-fx.xpi Add the following to the respective files in the xpi: install.rdf: - Code: Select all
<!-- SeaMonkey --> <em:targetApplication> <Description> <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <em:minVersion>2.0</em:minVersion> <em:maxVersion>2.26</em:maxVersion> </Description> </em:targetApplication>
chrome.manifest: - Code: Select all
overlay chrome://navigator/content/navigator.xul chrome://imgurfox/content/firefoxOverlay.xul
With the brief look I gave it, looks to work. A shot that I made: http://imgur.com/Wv4vOu8http://i.imgur.com/Wv4vOu8.png
Fire 750, bring back 250. Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
lino2
Posts: 8Joined: January 3rd, 2014, 12:01 am
Posted January 6th, 2014, 6:57 pm
therube wrote:> imgur_uploader-1.0.6-fx.xpi Add the following to the respective files in the xpi: install.rdf: - Code: Select all
<!-- SeaMonkey --> <em:targetApplication> <Description> <em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id> <em:minVersion>2.0</em:minVersion> <em:maxVersion>2.26</em:maxVersion> </Description> </em:targetApplication>
chrome.manifest: - Code: Select all
overlay chrome://navigator/content/navigator.xul chrome://imgurfox/content/firefoxOverlay.xul
With the brief look I gave it, looks to work. A shot that I made: http://imgur.com/Wv4vOu8http://i.imgur.com/Wv4vOu8.png
Thanks! 
therube

Posts: 20598Joined: March 10th, 2004, 9:59 pmLocation: Maryland USA
Posted January 7th, 2014, 7:55 am
Thanks!
Not so quick. With the brief look I gave it, looks to work.
Like I said, brief. But I think it messed up the context menu  ?
Fire 750, bring back 250. Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
lino2
Posts: 8Joined: January 3rd, 2014, 12:01 am
Posted January 8th, 2014, 11:07 pm
therube wrote:Thanks!
Not so quick. With the brief look I gave it, looks to work.
Like I said, brief. But I think it messed up the context menu  ?
I just tried it and the context menu is broken http://imgur.com/fJl5wKz
DJGM

Posts: 711Joined: November 9th, 2002, 10:28 amLocation: Manchester, England, UK.
Posted January 21st, 2014, 11:34 pm
Any chance the Media Hint add-on can be modded to work with SM? I previously had this add-on working myself, by hacking the install.rdf file in the xpi, but it doesn't want to work anymore.
patrickjdempsey

Posts: 23734Joined: October 23rd, 2008, 11:43 amLocation: Asheville NC
Posted January 21st, 2014, 11:53 pm
What the heck does that do? "enjoy the fun stuff" isn't exactly a description, and the website is even more vague... I don't think I'd ever install anything that was so incredibly vague about what it's purpose is!
SnoutSpout

Posts: 389Joined: August 12th, 2010, 8:54 pmLocation: Some isolated landmass
Posted January 22nd, 2014, 4:42 am
"Media Hint by Media Hint"
All my alarm bells are HINTING something to me.
DJGM

Posts: 711Joined: November 9th, 2002, 10:28 amLocation: Manchester, England, UK.
Posted January 22nd, 2014, 7:19 am
Essentially, if someone here in the UK (or anywhere else outside the US) wants to watch, say a US late night chat show such as Letterman or Conan on CBS.com or Teamcoco.com respectively, they can't. If someone in the US wants to watch a BBC TV show via BBC iPlayer, they can't. They have to go via a slow VPN or download via torrent. Media Hint is a workaround for all of that.
Return to Extension Development
Who is online
Users browsing this forum: No registered users and 0 guests
|