- Solved
- Archived
lendle bookmarklet previously opened in a new tab, now it does not. how do I force it open in new tab again?
Previously when I clicked on the lendle bookmarklet fx would navigate me to a new tab and open the appropriate lendle page. I liked that. Now fx opens the lendle page in … (read more)
Previously when I clicked on the lendle bookmarklet fx would navigate me to a new tab and open the appropriate lendle page. I liked that. Now fx opens the lendle page in the same tab. How do I force it to open in new tab?
- I have the add-on open all bookmarks in new tab.
- It worked before I installed TMP (Tab Mix Plus) add-on and it opened in a new page too with TMP installed. I have now removed the TMP add-on due to a big performance hit of this add-on. TMP is a cpu and memory hog.
- lendle bookmarklet has this code under bookmark properties
javascript:var array=document.URL.match(/amazon\.(.*?)\/.*?\/.*?\/(.{10})/);if(array==null){alert('This bookmarket works on Amazon.com Kindle book pages, and redirects you to the same book\'s page on Lendle. Please visit a Kindle book page on Amazon.com and then click this bookmarklet.');}else{var x=window.open('http://www.lendle.me/books/detail/'+array[2]);x.focus();}
- I checked my config settings per answer on https://support.mozilla.org/en-US/questions/1060711. My config setting is:
browser.link.open_newwindow.override.external -1 browser.link.open_newwindow 3
https://support.mozilla.org/en-US/questions/1060711
There is this pref to override the behavior of opening a link in an external application.
browser.link.open_newwindow.override.external
If this pref has the default value -1 then browser.link.open_newwindow is used.
The meaning of the value of the browser.link.open_newwindow.override.external is the same as of browser.link.open_newwindow
1:current tab; 2:new window; 3:new tab;
http://kb.mozillazine.org/browser.link.open_newwindow