diff --git a/4chan_x.user.js b/4chan_x.user.js index e35f484b5..d9fee1ed5 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4742,7 +4742,7 @@ div.opContainer {\ text-decoration: none;\ border-bottom: 1px dashed;\ }\ -/* \u00A0 is nbsp */\ +/* \\00A0 is nbsp */\ .delete_button::before {\ content: "[\\00a0"\ }\ diff --git a/script.coffee b/script.coffee index f2b0ab77d..eedd97457 100644 --- a/script.coffee +++ b/script.coffee @@ -3696,7 +3696,7 @@ div.opContainer { text-decoration: none; border-bottom: 1px dashed; } -/* \u00A0 is nbsp */ +/* \\00A0 is nbsp */ .delete_button::before { content: "[\\00a0" }