joelspadin / ClassicTabs

Opera 15+ extension to bring back tab behaviors from Opera 12.
BSD 2-Clause "Simplified" License
25 stars 5 forks source link

Feature request #18

Closed sataaa closed 9 years ago

sataaa commented 9 years ago

I'm sorry, I didn't find the correct place for this. Please delete this and forgive me if this isn't the right place for it.

I'd like to request two new features, being able to remove the title from the tab (mousing over should still display the title; The tab should be resized to fit just the size of the favicon), and removing the X to close button from tabs (being still able to close them by middle click or right click -> close tab).

You've done a great job. Thanks.

joelspadin commented 9 years ago

Neither of those things are possible with Opera's/Chrome's extensions system. I can modify tabs (move them around, create and destroy them, pin and unpin, focus them, etc.) but I cannot change what they look like.

filbo commented 6 years ago

Don't you run in every tab? Title is just document.title, and I've seen things manipulate favicons by poking at link rel=icon (not sure there would be a reliable method...)

Now if someone wanted you to change the shape of the tabs, that might not be possible...

joelspadin commented 6 years ago

The requested feature was to shrink the tab to just the favicon, but show the title on hover. Changing document.title would hide the title, but it would not cause Opera to shrink the size of the tab. There is also no way to be notified when the mouse is hovering over a tab.