diff --git a/4chan_x.user.js b/4chan_x.user.js index 4a0e8cdf8..b85d0cf1d 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3282,7 +3282,7 @@ #qr input[name=resto] {\ width: 80px;\ }\ - #qr button + input {\ + #qr button + input[type=file] {\ position: absolute;\ opacity: 0;\ pointer-events: none;\ diff --git a/script.coffee b/script.coffee index ba09e87f3..38b43d422 100644 --- a/script.coffee +++ b/script.coffee @@ -2535,7 +2535,7 @@ Main = #qr input[name=resto] { width: 80px; } - #qr button + input { + #qr button + input[type=file] { position: absolute; opacity: 0; pointer-events: none;