Embedded Brainfuck Canvas
Brainfuck is a turing-complete programming language and abstract machine which has only eight operators.
I’ve written a greasemonkey script which searches webpages for specially formatted brainfuck programs, and turns them into graphics by running a brainfuck interpreter and piping the output of the program to an HTML 5 canvas element.
Full details of the implementation are available on my website, where the embedded brainfuck canvas greasemonkey script can also be downloaded.
Here is an example program:
☸⠠⠐++++++++++++++++[}++++++++++++++++{-]}[{.+}-]{[-.]
And here is what it looks like when it runs: 