Skip to content

Instantly share code, notes, and snippets.

View nicksergeant's full-sized avatar

Nick Sergeant nicksergeant

View GitHub Profile
// First grab Stylebot: https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha?hl=en
#wx-breaking-now {
display: none !important;
}
#wx-wrapper {
border-style: none !important;
}
// 1. Head to "http://www.pandora.com/profile/likes/[[ username ]]" and fire up your JS console.
// 2. Click "Show more" a bunch of times until you have all of your loved tracks on the page.
// 3. Cache all of the track DOM objects.
$tracks = $('div#track_like_pages div.section');
// 4. Iterate and spit out the data.
for (var i = 0; i < $tracks.length; i++) {
var t = $tracks.eq(i);
var title = $.trim($('h3.normal', t).text());
hr.fuzzy {
background: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0%, #DBD7CC),
color-stop(100%, #F6F1E6)
);
background: -moz-gradient(
center top,
.nom {
border-bottom: 1px solid #CCC;
position: relative;
}
.nom:after {
background: #FFF;
content: attr(data-title);
color: #CCC;
font: bold 14px Helvetica;
height: 11px;
<?xml version="1.0"?>
<tt xmlns="http://www.w3.org/ns/ttml" xml:lang="en">
<head>
<metadata xmlns:ttm="http://www.w3.org/ns/ttml#metadata">
<ttm:title/>
<ttm:description/>
<ttm:copyright/>
</metadata>
<styling xmlns:tts="http://www.w3.org/ns/ttml#styling">
<style xml:id="amara-style" tts:color="white" tts:fontFamily="proportionalSansSerif" tts:fontSize="18px" tts:textAlign="center"/>
#!/bin/sh
scss -t compressed /path/to/css/style.scss /path/to/css/style.css
git add static/css/style.css
// Settings, user:
{
"bold_folder_labels": true,
"caret_style": "wide",
"color_scheme": "Packages/User/Molokai.tmTheme",
"create_window_at_startup": false,
"font_size": 14,
"highlight_line": true,
"ignored_packages": [],
var endTimeMilliseconds = parser.startTime(subtitleScope.subtitle) / 1000;
var startTimeMilliseconds = parser.endTime(subtitleScope.subtitle) / 1000;

Hospital tells me: "What is actually coming up when I check it is that it says rejected. "Pt should be registered with insurance code 10101, 10103, or 12507... I honestly have no idea what that stands for... I went to my most senior representative here in the office and they stated they have no idea what the means. They have never seen it before."

Snipt offers a full featured blogging platform alongside its obvious code storage and sharing functionalities. This Snipt documents those blogging features.

If you have any questions, there are a bunch of ways to get in touch:

  • Ask "nicksergeant" in #snipt on irc.freenode.net.
  • Use the comments attached to this snipt.
  • Use the support chat in the bottom right.
  • Reply to us on Twitter.
  • File a support ticket on GitHub