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:
parent
3115ccc896
commit
3a2f6e34bb
@ -210,4 +210,8 @@
|
||||
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
window.open = function(url){
|
||||
$TD.openBrowser(url);
|
||||
};
|
||||
})($,$TD);
|
||||
|
Loading…
Reference in New Issue
Block a user