I noticed that the AddBookmarkHere.uc.js for the AddOn userChrome.JS doesn´t work in PM 27 Beta 1.
Is this the known issue #554?
A kind reminder we would like all registered users to weigh in on one of our forum's security policies.
Please take a moment to read this thread and place a vote.
https://forum.palemoon.org/viewtopic.php?f=17&t=32935
Please take a moment to read this thread and place a vote.
https://forum.palemoon.org/viewtopic.php?f=17&t=32935
userChrome.js/addbookmarkhere
-
Doelli
- Moonbather

- Posts: 55
- Joined: 2014-10-11, 15:25
- Location: Germany
-
Moonchild
- Pale Moon guru

- Posts: 38503
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: userChrome.js/addbookmarkhere
Issue #554 relates to RSS/Atom feeds. Unless that script tries to hook into that to create a bookmark (which would be strange...) it is completely irrelevant.
"There is no point in arguing with an idiot, because then you're both idiots." - Anonymous
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
-
Doelli
- Moonbather

- Posts: 55
- Joined: 2014-10-11, 15:25
- Location: Germany
Re: userChrome.js/addbookmarkhere
Hi Moonchild,
thank you for your quick answer!
Is it possible to fix this issue with the userChrome.js by yourself or should i contact the Developer of the script?
thank you for your quick answer!
Is it possible to fix this issue with the userChrome.js by yourself or should i contact the Developer of the script?
-
Doelli
- Moonbather

- Posts: 55
- Joined: 2014-10-11, 15:25
- Location: Germany
Re: userChrome.js/addbookmarkhere
Hi Moonchild,
i´d fixed the Scrip byself by removing this Lines in the "AddBookmarkHere.uc.js":
No the script works fine!
Maybe you can tell me the reason why and what´s different to PM 26.x
Thanks!
i´d fixed the Scrip byself by removing this Lines in the "AddBookmarkHere.uc.js":
Code: Select all
if (selectedNode) {
if (PlacesUtils.nodeIsFolder(selectedNode) /* Firefox 21+ 不兼容 && !PlacesUtils.nodeIsLivemarkContainer(selectedNode) */ && !PlacesUtils.isReadonlyFolder(selectedNode)) {
} else {
iid = bookmarks.getFolderIdForItem(selectedNode.itemId);
var id = bookmarks.getItemIndex(selectedNode.itemId);
aid = e.shiftKey ? id : id + 1;
}
} else {
iid = view.result.root.folderItemId;
aid = e.shiftKey ? 0 : bookmarks.DEFAULT_INDEX;
}Maybe you can tell me the reason why and what´s different to PM 26.x
Thanks!
-
Doelli
- Moonbather

- Posts: 55
- Joined: 2014-10-11, 15:25
- Location: Germany
Re: userChrome.js/addbookmarkhere
Unfortunately, the script works only unreliable.
I will make a request under the "Browser extensions".
Thank you!
I will make a request under the "Browser extensions".
Thank you!