A tweet-sized debugger for visualizing your CSS layouts. Outlines every DOM element on your page a random (valid) CSS hex color.
One-line version to paste in your DevTools
Use $$ if your browser aliases it:
~ 108 byte version
| import sys | |
| # Spelunky 2 ushabti prediction for seeded runs, author SciresM. | |
| def u32(v): | |
| return v & 0xFFFFFFFF | |
| def u64(v): | |
| return v & 0xFFFFFFFFFFFFFFFF |
| """ | |
| Automatic migration of subscriptions to another | |
| YouTube account with Python and Selenium. | |
| Tested with: | |
| - selenium 3.0 | |
| - firefox 49.0 | |
| - python 3.5 | |
| 1. Install selenium from pypi: |
| """ | |
| Automatic migration of subscriptions to another | |
| YouTube account with Python and Selenium. | |
| Tested with: | |
| - selenium 3.0 | |
| - firefox 49.0 | |
| - python 3.5 | |
| 1. Install selenium from pypi: |
| <title>TITLE HERE</title> | |
| <meta name="description" content="DESCRIPTION "> | |
| <!-- Mobile features --> | |
| <link rel="apple-touch-startup-image" href="favicon.ico"> | |
| <link rel="icon" type="image/png" href="favicon.ico"> | |
| <link rel="apple-touch-icon" type="image/png" href="favicon.ico"> | |
| <link rel="icon" sizes="144x144" href="favicon.ico"> | |
| <link rel="icon" sizes="192x192" href="favicon.ico"> | |