1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-22 09:15:48 +02:00

Hook into window.open

This commit is contained in:
chylex 2016-04-12 01:59:14 +02:00
parent 3115ccc896
commit 3a2f6e34bb

View File

@ -210,4 +210,8 @@
e.preventDefault();
});
window.open = function(url){
$TD.openBrowser(url);
};
})($,$TD);