diff --git a/4chan_x.user.js b/4chan_x.user.js index a8847ce44..49c1b7275 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3735,6 +3735,7 @@ a[href="javascript:;"] {\ height: 90px; width: 90px;\ margin: 5px; padding: 2px;\ opacity: .5;\ + outline: none;\ overflow: hidden;\ position: relative;\ text-shadow: 0 1px 1px #000;\ diff --git a/script.coffee b/script.coffee index a85f4fb95..fad2dd852 100644 --- a/script.coffee +++ b/script.coffee @@ -2995,6 +2995,7 @@ a[href="javascript:;"] { height: 90px; width: 90px; margin: 5px; padding: 2px; opacity: .5; + outline: none; overflow: hidden; position: relative; text-shadow: 0 1px 1px #000;