By using this site, you agree to our Privacy Policy and our Terms of Use. Close

I keep getting tons of error text appearing in my posts and signature. I deleted it from my post but couldn't delete it from my signature, it just reappeared again. I'm using Firefox on Android, here's the error message, it's also in my signature.

#tap-translate { all: initial; } @keyframes translation-button-slide { from { transform: translateX(100%); } to { trasnform: translateX(0); } } @keyframes fadein-background { from { opacity: 0; } to { opacity: 0.7; } } @keyframes fadeout-background { from { opacity: 0.7; } to { opacity: 0; } } @keyframes fadein-button { from { opacity: 0; } to { opacity: 1; } } @keyframes translation-slidein { from { transform: translateX(-50%) translateY(-100%); } to { trasnform: translateX(-50%) translateY(0); } } @keyframes translation-slideout { from { trasnform: translateX(-50%) translateY(0); } to { transform: translateX(-50%) translateY(-100%); } } @keyframes spinner { from { transform: rotateZ(0deg); } to { transform: rotateZ(360deg); } } #tap-translate *, #tap-translate *::before, #tap-translate *::after { box-sizing: border-box; } #tap-translate .container { position: absolute; top: 0; left: 0; font-size: 16px; font-family: sans-serif; line-height: 1.2; color: black; z-index: