Google App Script to move mail write in Comic Sans MS in trash
- Go to script.google.com
- Create a project
- C/C code in the script area.
- Click on Run and have fun.
The script get all the Inbox mail in HTML whith .getBody() function. After it check if the string comic sans ms is in (normaly in the balise <style></style>). If the string is found, the script move the message in trash.
Just for fun :)