I hereby claim:
- I am sambaldwin on github.
- I am sambaldwin (https://keybase.io/sambaldwin) on keybase.
- I have a public key ASCw-C8yF4IcbkijdHwczol0SbHnjpBAR-_DY0OjvdfedQo
To claim this, I am signing this object:
| var issues = document.querySelectorAll('.issues-listing .js-issue-row .link-gray-dark'); | |
| var list = ''; | |
| issues.forEach(function (issue) { | |
| var issueText = issue.innerText.trim(); | |
| list += '- ' + issueText + '\n'; | |
| }); | |
| list; |
I hereby claim:
To claim this, I am signing this object:
| ... { | |
| font-family: | |
| -apple-system, | |
| BlinkMacSystemFont, | |
| "Segoe UI", | |
| "Roboto", | |
| "Oxygen", | |
| "Ubuntu", | |
| "Cantarell", | |
| "Fira Sans", |
| /* | |
| Minimal Facebook Messenger | |
| ========================== | |
| 1. Make a Fluid (http://fluidapp.com/) instance of https://facebook.com/messages/ | |
| 1. a. (You need to buy the paid version of Fluid to modify UserStyles) | |
| 2. Apply the below CSS as a Userstyles stylesheet | |
| 3. Like magic, you can now message without all the cruft of Full Facebook | |
| .DS_Store |
| @mixin baseline-grid( | |
| $line-height: false, | |
| $offset: false, | |
| $element: html, | |
| $colour: rgba(0,0,0,.2) | |
| ) { | |
| #{$element} { | |
| &:after { | |
| content: ""; | |
| position: absolute; |