daviddeutsch / yt-sanegrid

YouTube abandoned the subscription grid view. This has made a lot of people very angry and been widely regarded as a bad move.
http://daviddeutsch.github.io/yt-sanegrid/
GNU General Public License v3.0
37 stars 10 forks source link

Middle-mouse button does nothing. #40

Closed warcode closed 11 years ago

warcode commented 11 years ago

Open in new tab addicts like myself often use this mysterious third button, but it no longer works.

daviddeutsch commented 11 years ago

Ah, hmm, yeah. I made it so that only ng-click triggers opening a video - although it always puts it in a new one. Will investigate whether I can make it intercept middle clicks as well.

thany commented 11 years ago

Don't do anything. The browser can handle clicked links itself.

daviddeutsch commented 11 years ago

Well, the thing I'd want to do is catch the middle mouse event and just have it do a regular click, since that already notes that the video is watched and opens a new tab...