We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72bb0a2 commit f9aa7acCopy full SHA for f9aa7ac
X-Downloader/X-Downloader.user.js
@@ -73,7 +73,7 @@
73
downloadBtn.removeAttribute('download');
74
let link = parent.querySelector('a[role="link"][aria-label][href^="/"]');
75
downloadBtn.href = `https://twitter.hoothin.com/?url=${encodeURIComponent(link ? link.href : document.location.href)}`;
76
- if (e.altKey) {
+ if (e.altKey || touch) {
77
window.open(downloadBtn.href, "_blank");
78
}
79
0 commit comments