Skip to content

Instantly share code, notes, and snippets.

View sskylar's full-sized avatar
lgtm

Skylar SC sskylar

lgtm
View GitHub Profile
@sskylar
sskylar / extract-testflight.js
Last active January 28, 2017 19:36 — forked from mandyklingbeil/extract-testflight.js
Extract TestFlight user email addresses from iTunes Connect
//Make sure you scroll down to get all data loaded
var text = '';
$('.col-email').each(function(index,el) {
if (index == 0) {
text = 'Email, First Name, Last Name, Status, Date\n';
}
else {
//Email
text = text + $.trim($(el).find("a").text()) + ',';
//First Name
{% unless slug == 'about' %}
<img src="{{meta['featured-icon']}}" alt="featured icon" class="featured-icon">
{% endunless%}
@sskylar
sskylar / example.css
Created July 11, 2012 02:29
Symbolset Examples
.cf{zoom:1;}.cf:before,.cf:after{content:"";display:table;}.cf:after{clear: both;}
[id^="example-"] [class^="ss-"]:before {
padding-right: 0.5em;
}
[id^="example-"], [id^="example-"] button {
font-family: Helvetica, sans-serif;
font-size: 16px;
line-height: 1.5;