Skip to content

Instantly share code, notes, and snippets.

@floriangaechter
Last active January 6, 2016 15:56
Show Gist options
  • Save floriangaechter/1042c92fb823ac628550 to your computer and use it in GitHub Desktop.
Save floriangaechter/1042c92fb823ac628550 to your computer and use it in GitHub Desktop.
Twitter Bootstrap Breakpoints Bookmarklet
javascript:(function()%7Bdocument.body.innerHTML%20%2B%3D%20'%3Cdiv%20style%3D%22position%3A%20fixed%3B%20bottom%3A%200%3B%20left%3A%200%3B%20height%3A%2020px%3B%20width%3A%2030px%3B%20text-align%3A%20center%3B%20background-color%3A%20red%3B%22%3E%3Cdiv%20class%3D%22visible-xs%22%3EXS%3C%2Fdiv%3E%3Cdiv%20class%3D%22visible-sm%22%3ESM%3C%2Fdiv%3E%3Cdiv%20class%3D%22visible-md%22%3EMD%3C%2Fdiv%3E%3Cdiv%20class%3D%22visible-lg%22%3ELG%3C%2Fdiv%3E%3C%2Fdiv%3E'%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment