diff --git a/4chan_x.user.js b/4chan_x.user.js index 88767abdb..0fd10c0be 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3546,6 +3546,10 @@ a[href="javascript:;"] {\ display: block;\ height: 100px;\ position: relative;\ + -webkit-user-select: none;\ + -moz-user-select: none;\ + -o-user-select: none;\ + user-select: none;\ }\ #replies > div {\ top: 0; right: 0; bottom: 0; left: 0;\ diff --git a/script.coffee b/script.coffee index 95271e030..30b909707 100644 --- a/script.coffee +++ b/script.coffee @@ -2783,6 +2783,10 @@ a[href="javascript:;"] { display: block; height: 100px; position: relative; + -webkit-user-select: none; + -moz-user-select: none; + -o-user-select: none; + user-select: none; } #replies > div { top: 0; right: 0; bottom: 0; left: 0;