<!-- @BLINK-DENY:descri* --> <!doctype html> <body> <style> label:after { content:" fruit"; } </style> <label for="test">fancy</label> <input type="checkbox" id="test"/> </body> </html>