mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-06-03 08:34:04 +02:00
Fix t.co bypass not working in popup notifications
This commit is contained in:
parent
f6a4e39cfc
commit
5f79b286f1
@ -29,7 +29,7 @@
|
|||||||
//
|
//
|
||||||
document.body.addEventListener("contextmenu",function(e){
|
document.body.addEventListener("contextmenu",function(e){
|
||||||
bubbleParents(e.target,"A",function(ele){
|
bubbleParents(e.target,"A",function(ele){
|
||||||
$TD.setLastRightClickedLink(element.getAttribute("data-full-url") || "");
|
$TD.setLastRightClickedLink(ele.getAttribute("data-full-url") || "");
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
})($TD);
|
})($TD);
|
Loading…
Reference in New Issue
Block a user