Workin' the Web since the Early Mosaic Period
-
Stedman Dev
- Austin, Texas
- https://stedman.dev
- @stedman
Block or Report
Block or report stedman
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
austinjavascript.com Public
Forked from austinjavascript/austinjavascript.com
source for austinjavascript.com
HTML
-
-
1
#!/usr/bin/python
23##
4## Load local development URL in multiple browsers simultaneously.
5##
-
1
/**
2* HTML content doesn't always break where we want it to--especially when long,
3* unbroken strings are present. If we want HTML to optionally break at certain
4* pre-determined points, we add <wbr> (word break oppportunity) tags.
5*
-
1
javascript:(function()%7Bconst%20d%3Ddocument%2Cb%3Dd.body%3Bif(b.classList.contains('RH'))return%3Bd.head.insertAdjacentHTML('beforeend'%2C%60%3Cstyle%3E.RH%20.js-header-wrapper%2C.RH%20.footer%2C.RH%20.pagehead%2C.RH%20.js-repo-meta-container%2C.RH%20.overall-summary%2C.RH%20.js-toggle-lang-stats%2C.RH%20.mt-2%2C.RH%20.mb-2%2C.RH%20.mb-3%2C.RH%20.d-flex%2C.RH%20.file-navigation%2C.RH%20.branch-infobar%2C.RH%20.commit-tease%2C.RH%20.file-header%2C.RH%20%23readme%3Eh3%2C.RH%20.px-2%2C.RH%20.f4%7Bdisplay%3Anone!important%7D.RH%20.file%2C.RH%20.Box%7Bborder%3A0%7D.RH%20.file-wrap%7Bleft%3A50%25%3Bmargin-left%3A-22.5rem%3Bposition%3Afixed%3Btop%3A0%3Btransform%3AtranslateY(-100%25)%3Btransition%3Atransform%20.5s%3Bwidth%3A45rem%3Bz-index%3A100%7D.RH%20.file-wrap%3Ahover%7Btransform%3AtranslateY(0)%7D.RH%20.file-wrap%3Aafter%7Bbackground%3A%23eee%3Bborder-radius%3A0%200%2050%25%2050%25%3Bcolor%3A%23fff%3Bcontent%3A%22%E2%97%8F%20%E2%97%8F%20%E2%97%8F%22%3Bposition%3Aabsolute%3Btext-align%3Acenter%3Bwidth%3A100%25%7D.RH%20.file-wrap%3Ahover%3Aafter%7Bbackground%3A%23999%7D.RH%20.Box-body%7Bpadding%3A0!important%7D.RH%20.markdown-body%7B-webkit-font-smoothing%3Aantialiased%3Bborder%3A0%3Bcolor%3A%23333%3Bfont%3A300%2020px%2F1.6%20%22minion-pro%22%2C%22Minion%20Pro%22%2C%22Palatino%22%2C%22Palatino%20Linotype%22%2CGeorgia%2Cserif%3Bmargin%3A5rem%20auto%3Bpadding%3A0%3Bwidth%3A45rem%7D.RH%20h1%2C.RH%20h2%2C.RH%20h3%2C.RH%20h4%2C.RH%20h5%2C.RH%20h6%7Bcolor%3A%23444%3Bfont-family%3Asans-serif%3Bmargin-top%3A2em%7D.RHB%7Bbackground%3A%23444%3Bborder-radius%3A1em%3Bcolor%3A%23eee%3Bmargin%3A5px%3Bopacity%3A.5%3Bpadding-left%3A1.7em%3Bposition%3Afixed%3Bz-index%3A10%7D.RHB%3Ahover%7Bopacity%3A1%7D.RHB%3Abefore%7Bcolor%3Agray%3Bcontent%3A%22%5C%5C25cb%22%3Bleft%3A.5em%3Bposition%3Aabsolute%7D.RHB-on%3Abefore%7Bcolor%3Alime%3Bcontent%3A%22%5C%5C25c9%22%7D%3C%2Fstyle%3E%60)%3Bb.insertAdjacentHTML('afterbegin'%2C'%3Cbutton%20id%3D%22RHB%22%20class%3D%22RHB%20RHB-on%22%20title%3D%22toggle%20on%2Foff%22%3EReadHub%3C%2Fbutton%3E')%3Bb.classList.add('RH')%3Bconst%20t%3Dd.getElementById('RHB')%3Bt.addEventListener('click'%2C()%3D%3E%7Bb.classList.toggle('RH')%3Bt.classList.toggle('RHB-on')%7D)%7D)()