bookmarklet lendle previously opened in a new tab, now it does not work. How can I force it open in a new tab again?

Previously, when I clicked on the bookmarklet lendle fx would go me to a new tab and open the appropriate lendle page. I liked it. FX now opens the lendle page in the same tab. How can I force it to open it in a new tab?

-J' have the add-on open all bookmarks in a new tab.

-It worked before I installed the module TMP (Tab Mix Plus) and it opened in a new page with TMP installed too. I have now deleted the Add on TMP due to a decline in big performance on this module. TMP is a Devourer of cpu and memory.

-bookmarklet lendle 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();}

-J' checked my answer on https://support.mozilla.org/en-US/questions/1060711configuration settings. My config is:

   browser.link.open_newwindow.override.external              -1
   browser.link.open_newwindow                                              3

https://support.Mozilla.org/en-us/questions/1060711

He has this pref to override the behavior to open a link in an external application.

   browser.link.open_newwindow.override.external

If this pref is the default-1 browser.link.open_newwindow is used.

The meaning of the value of the browser.link.open_newwindow.override.external is the same from browser.link.open_newwindow

   1:current tab; 2:new window; 3:new tab;
   http://kb.mozillazine.org/browser.link.open_newwindow

Those setting means that you redirect window.open() all calls to the current tab.

You must set the browser.link.open_newwindow 3 to open links in a new tab.

Tags: Firefox

Similar Questions

Maybe you are looking for