Tab Switch Firefox

Reviews of Tab Switch

By: Awuthme Add-on
List of user reviews and ratings for Tab Switch

Total ratings

4.69 (Rating count: 16)
Receive review notifications
Get notified when new reviews are posted so you can respond quickly.
See reviews on Firefox Add-ons Store
View and respond to reviews directly on the store page.
Visit
Upgrade to see all 19 reviews

User Reviews

Recent rating average: 4.70
All time rating average: 4.69
Upgrade to see all 19 reviews
5 star
84% (16)
4 star
5% (1)
3 star
5% (1)
2 star
0%
1 star
5% (1)
DateAuthorRatingComment
2025-05-24 Fi***** I use this with vertical tabs and it works perfectly but since you can't change the shortcuts they overlap with the YouTube shortcuts
I use this with vertical tabs and it works perfectly but since you can't change the shortcuts they overlap with the YouTube shortcuts
2025-03-31 退出*****
2025-03-01 退出*****
2025-02-19 Fi*****
2024-11-12 Ja*****
2024-08-27 An***** Works very well except the add-on interferes with YouTube's keyboard shortcuts. When you use ctrl+(left or right arrow) on Youtube you switch chapters. I've been looking for a solution to this problem but can't find one. I would appreciate any help bc I do really like this add-on. EDIT: Nvm I found a solution. Using Tampermonkey add-on I used the following script so that the Tab Switch add-on works before Youtube notices the shortcut being used. // ==UserScript== // @name Prioritize Tab-Switching over YouTube Shortcuts // @namespace http://tampermonkey.net/ // @version 0.6 // @description Ensure tab-switching extension works without YouTube intercepting the shortcut // @author You // @match *://www.youtube.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // Listen for the keydown event at the capture phase window.addEventListener('keydown', function(event) { // Check if Ctrl key is pressed and if the key is left or right arrow if (event.ctrlKey && (event.key === 'ArrowLeft' || event.key === 'ArrowRight')) { // Prevent YouTube from knowing about this key event event.stopImmediatePropagation(); // Stop YouTube from handling the event // Do not prevent the default action to allow the tab-switching extension to work } }, {capture: true, passive: true}); })();
Works very well except the add-on interferes with YouTube's keyboard shortcuts. When you use ctrl+(left or right arrow) on Youtube you switch chapters. I've been looking for a solution to this problem but can't find one. I would appreciate any help bc I do really like this add-on. EDIT: Nvm I found a solution. Using Tampermonkey add-on I used the following script so that the Tab Switch add-on works before Youtube notices the shortcut being used. // ==UserScript== // @name Prioritize Tab-Switching over YouTube Shortcuts // @namespace http://tampermonkey.net/ // @version 0.6 // @description Ensure tab-switching extension works without YouTube intercepting the shortcut // @author You // @match *://www.youtube.com/* // @grant none // ==/UserScript== (function() { 'use strict'; // Listen for the keydown event at the capture phase window.addEventListener('keydown', function(event) { // Check if Ctrl key is pressed and if the key is left or right arrow if (event.ctrlKey && (event.key === 'ArrowLeft' || event.key === 'ArrowRight')) { // Prevent YouTube from knowing about this key event event.stopImmediatePropagation(); // Stop YouTube from handling the event // Do not prevent the default action to allow the tab-switching extension to work } }, {capture: true, passive: true}); })();
2024-04-17 Fi*****
2024-04-09 Fi***** works for me, great stuff, thanks! (why did mozilla make tab switching so useless)
works for me, great stuff, thanks! (why did mozilla make tab switching so useless)
2024-03-11 يح*****
2023-03-31 OL*****
Upgrade to see all 19 reviews

Best Tab Switch Alternatives

Here are some Firefox add-ons that are similar to Tab Switch: