Greasy Fork is available in English.

Mobile browser Gestures Extended (MbGE)

Add touch gesture functions to mobile browsers, such as ↓↑back to top, ↑↓back to bottom, →←back, ←→forward, →↓close tab, →↑restore the page just closed, etc. There are text gestures, image gestures, video gestures and more. You can also customize your gestures. Kiwi browser, Yandex browser and Lemur browser are recommended.

< Отзив за Mobile browser Gestures Extended (MbGE)

Въпрос/коментар

§
Публикуван на: 10.01.2024

Great work.
I'm trying to add a gesture to close other tabs i.e. all the tabs except the current I'm reading.
What could be the code for that?
I tried something like this:

chrome.tabs.query({}, function(tabs) {
for (var i = 0; i < tabs.length; i++) {
chrome.tabs.remove(tabs[i].id);
}
});


..and variations of that.
What code to associate with my gesture for this to work and close all the other tabs?

§
Публикуван на: 15.02.2024

?

Публикувайте отговор

Влезте, за да публикувате отговор.