Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

browser.tabs.insertRelatedAfterCurrent ==> changing the boolean, nothing happens, why?

  • 2 απαντήσεις
  • 9 έχουν αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από giovanniconte

more options

I would like to have the new tab to be opened next to the active tab using browser.tabs.insertRelatedAfterCurrent

but changing the boolean does not do anything

I would like to have the new tab to be opened next to the active tab using browser.tabs.insertRelatedAfterCurrent but changing the boolean does not do anything

Όλες οι απαντήσεις (2)

more options

Please note that browser.tabs.insertRelatedAfterCurrent preference only affects opening of related tabs - those which are opened by right clicking on a link and selecting Open Link in New Tab. All blank tabs would open at far right because they are not related to the current tab in any way. This is the default Firefox behavior.

If you wish to open the blank tabs also next to the current tab, you can install an add-on like Tab Control.

more options

thanks dynamite, Tab Control is just what I was looking for, ....and it works fine.

But this... "opening of related tabs - those which are opened by right clicking on a link and selecting Open Link in New Tab" ...does not work. A related tab was allways opened on the far right, the state of the boolean did not change anything.