The software Multi Links Plus 3.9.3 isn't working

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

Moderators: FranklinDM, Lootyhoof

waifile

The software Multi Links Plus 3.9.3 isn't working

Unread post by waifile » 2021-04-23, 15:33

The software Multi Links Plus 3.9.3 isn't working for Palemoon anymore.
Is there a a replacement for Palemoon 29.1.1? It's for one-click opening multi-links.

Thank you.

New Tobin Paradigm

Re: The software Multi Links Plus 3.9.3 isn't working

Unread post by New Tobin Paradigm » 2021-04-23, 15:53

This is not a plugin and it is an extension and what doesn't work about it?

Moderator: Please move this thread to the Extensions sub-board.

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2189
Joined: 2018-05-05, 13:29

Re: The software Multi Links Plus 3.9.3 isn't working

Unread post by vannilla » 2021-04-23, 16:39

In the meantime, Link Harvester now has an option to open all the links within a selection.
It also sports a brand new and really edgy icon.

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

Re: The software Multi Links Plus 3.9.3 isn't working

Unread post by therube » 2021-04-23, 19:57

> Multi Links Plus 3.9.3
what doesn't work about it?
Can't seem to select with it.

Code: Select all

Warning: unreachable code after return statement
Source File: chrome://multilinks/content/jscode.js
Line: 33

Warning: unreachable code after return statement
Source File: chrome://multilinks/content/jscode.js
Line: 56

Code: Select all

		if(!ch)
			return;
		if(!ch.checked)
			return; ...

Code: Select all

		if(!this.err)
			alert("MultiLinks_Wrapper: " + err);
		this.err = true; ...

User avatar
moonbat
Knows the dark side
Knows the dark side
Posts: 4980
Joined: 2015-12-09, 15:45
Contact:

Re: The software Multi Links Plus 3.9.3 isn't working

Unread post by moonbat » 2021-04-24, 03:55

vannilla wrote:
2021-04-23, 16:39
In the meantime, Link Harvester now has an option to open all the links within a selection.
It also sports a brand new and really edgy icon.
I saw the notice about line endings on Windows. Is it something you can address by detecting the OS and changing it accordingly? nsIXULRuntime.OS returns a string with the current OS, also usable via Services.appinfo.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."

Image
Linux Mint 21 Xfce x64 on HP i5-5200 laptop, 12 GB RAM.
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX

vannilla
Moon Magic practitioner
Moon Magic practitioner
Posts: 2189
Joined: 2018-05-05, 13:29

Re: The software Multi Links Plus 3.9.3 isn't working

Unread post by vannilla » 2021-04-24, 10:54

moonbat wrote:
2021-04-24, 03:55
Is it something you can address by detecting the OS and changing it accordingly?
Not really; Windows added support for \n as a line ending delimiter at some point, but obviously versions older than that don't have it.
I'm not really interested in adding OS checks when preople can simply update or use a better tool.

Locked