Open in new tab 的评价
Open in new tab 作者: Ramkumar K R
Ramkumar K R 的回应
开发者回应
发布于 7 年前Hi,
I thought about your suggestion and found out that there are two ways for this -
a. "Bad" Workaround - Overriding a browser configuration in about:config - You can change the browser behavior to open all links which open in a new tab in the background by setting the
"browser.tabs.loadDivertedInBackground" config to true.
More info on - https://stackoverflow.com/q/7386208
b. Using the "tabs" API of webextensions - This would require an almost complete rewrite of the extension and can break a number of websites. I would like to use the tabs API but it will take a long time to iron out all the bugs and release it.
Thanks,
I thought about your suggestion and found out that there are two ways for this -
a. "Bad" Workaround - Overriding a browser configuration in about:config - You can change the browser behavior to open all links which open in a new tab in the background by setting the
"browser.tabs.loadDivertedInBackground" config to true.
More info on - https://stackoverflow.com/q/7386208
b. Using the "tabs" API of webextensions - This would require an almost complete rewrite of the extension and can break a number of websites. I would like to use the tabs API but it will take a long time to iron out all the bugs and release it.
Thanks,