D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
tmcw
Full window
Github gist
Search Test
<html> <head> <title>search test</title> <script> window.onload = function() { document.getElementById('search').innerHTML = document.location.search; }; </script> </head> <body> <h1 id='search'></h1> </body> <html>