Open link in...

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

pmBill

Open link in...

Unread post by pmBill » 2018-08-20, 10:26

PM v28 has weirded out the "Open link in..." version 1.9.1-signed.1-signed extension by Anton Prowse.

https://addons.mozilla.org/en-US/firefo ... n-link-in/

The creator stopped supporting it long ago. (and has decided to not upgrade it to new Firefox)

This is another one I use quite often.

It is doing some weird stuff with the right-click context menu.
It seems to be duplicating some of the menu items that are supposed to be in a sub-menu if you select that option.

I will look at it, but I may or may not be able to figure it out.

User avatar
gracious1
Keeps coming back
Keeps coming back
Posts: 891
Joined: 2016-05-15, 05:00
Location: humid upstate NY

Re: Open link in...

Unread post by gracious1 » 2018-08-20, 11:03

Try this:
Install Moon Tester Tool if you haven't already.
Download the installer file (right-click on the green button and select "Save Link As...") and save to disk.
Open Add-ons Manager.
Pull down gear menu to "Install Add-on from File..."
Select the XPI file that you saved.
Restart browser if necessary.
Did it work?
20 July 1969 🌗 Apollo 11 🌓 "One small step for [a] man, one giant leap for mankind." 🚀

User avatar
therube
Board Warrior
Board Warrior
Posts: 1651
Joined: 2018-06-08, 17:02

Re: Open link in...

Unread post by therube » 2018-08-20, 13:17

It seems to be duplicating some of the menu items that are supposed to be in a sub-menu if you select that option.
Confirmed.

pmBill

Re: Open link in...

Unread post by pmBill » 2018-08-20, 20:04

gracious1 wrote:Try this:
{snip}
Did it work?
You didn't say why that is a good idea or what it will accomplish.

Attached is a snapshot of what it makes the menu look like.

It looks like it is doing the View Image part right but not the Open Links.

So it might be an easy fix.
Attachments
pmsnap.png
Last edited by pmBill on 2018-08-20, 20:09, edited 1 time in total.

JustOff

Re: Open link in...

Unread post by JustOff » 2018-08-20, 20:05

Code: Select all

--- chrome\content\openlinkOverlay.js.orig	Mon Apr 25 20:24:54 2011
+++ chrome\content\openlinkOverlay.js	Mon Aug 20 22:53:34 2018
@@ -130,3 +130,3 @@
 		var prefs = Components.classes["@mozilla.org/preferences-service;1"].
-					getService(Components.interfaces.nsIPrefBranch).getBranch('openlink.');
+					getService(Components.interfaces.nsIPrefService).getBranch('openlink.');
 		var wantSubmenu = false;
PS: Download XPI -> Rename to ZIP -> Extract openlinkOverlay.js -> Edit openlinkOverlay.js -> Replace openlinkOverlay.js in ZIP -> Rename to XPI -> Install.

pmBill

Re: Open link in...

Unread post by pmBill » 2018-08-20, 20:29

JustOff wrote:

Code: Select all

--- chrome\content\openlinkOverlay.js.orig	Mon Apr 25 20:24:54 2011
+++ chrome\content\openlinkOverlay.js	Mon Aug 20 22:53:34 2018
@@ -130,3 +130,3 @@
 		var prefs = Components.classes["@mozilla.org/preferences-service;1"].
-					getService(Components.interfaces.nsIPrefBranch).getBranch('openlink.');
+					getService(Components.interfaces.nsIPrefService).getBranch('openlink.');
 		var wantSubmenu = false;
PS: Download XPI -> Rename to ZIP -> Extract openlinkOverlay.js -> Edit openlinkOverlay.js -> Replace openlinkOverlay.js in ZIP -> Rename to XPI -> Install.
Thanks for doing that.
I think the creator fixed the View Image but neglected to fix the Open Link.

I forget what the rules are for giving links to XPIs to people.
If anyone wants a copy of the corrected XPI, contact me.

I might try to contact the creator to see if he will fix it for everyone.

Locked