Drag a link to open in a new tab; drag a piece of text to search in a new tab.
Thank you for the great code. I use the built-in super drag feature in Edge, but I find unsatisfactory as it does not work with certain scenarios like Chat GPT or Deepseek. Draggy also does not work. Could you please consider incorporating this functionality in the future? Thank for your efforts.
That's because the website has marked the drag event as being handled. To prevent handling an event twice, if the event has been marked as handled by either the website or the browser, draggy will not handle it again. So this is the website's issue, and appropriate fixes for it would be site-specific.
In the new version, however, I've included an option that makes draggy handle all drag events, despite they may be handled already. Enabling this option should fix your issues (tested on deepseek), but may cause a single event to be handled multiple times on other sites.
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
Thank you for the great code. I use the built-in super drag feature in Edge, but I find unsatisfactory as it does not work with certain scenarios like Chat GPT or Deepseek. Draggy also does not work. Could you please consider incorporating this functionality in the future? Thank for your efforts.