mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-02 02:34:08 +02:00
Hook into window.open
This commit is contained in:
parent
3115ccc896
commit
3a2f6e34bb
@ -210,4 +210,8 @@
|
|||||||
|
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
window.open = function(url){
|
||||||
|
$TD.openBrowser(url);
|
||||||
|
};
|
||||||
})($,$TD);
|
})($,$TD);
|
||||||
|
Loading…
Reference in New Issue
Block a user