You need to be logged in to post in the forums. If you do not have an account, please sign up first.
DoAllTabs
I have a plugin (in javascript) running in the Maxthon browser that runs through all the tabs open, and depending on conditions, applies a set of commands tab under review.DoAllTabs use a function that basically increments / decrements the number of active TAB.
---external.get_tab
-- external.cur_sel
-- external.tab_count;
Is there something similar in Opera?
Tanks
DomCas
-------------------
doalltabs ();
doalltabs function () (
for (Dom, Dom <alltabs; Dom + +) (
adress ();
)
No you can't, UserJS in opera is just... JS, nothing else.
But it might be possible to make a custom button/mouse gesture/key shortcut that does it.
http://operawiki.info/CustomButtons
Unfortunately I'm not good enough at that to tell you how to do it, but I think that's somewhere to start.
But it might be possible to make a custom button/mouse gesture/key shortcut that does it.
http://operawiki.info/CustomButtons
Unfortunately I'm not good enough at that to tell you how to do it, but I think that's somewhere to start.