Skip to content

Instantly share code, notes, and snippets.

{"lastUpload":"2021-09-21T20:36:12.999Z","extensionVersion":"v3.4.3"}
@lee-reinhardt
lee-reinhardt / gist:78c2633def452d9fd36783e7017038f3
Created April 16, 2016 23:50
OS X 10.11 asl custom log file
# custom log file based on sender
> /var/log/foo.log mode=0644 format=bsd rotate=seq compress file_max=5M all_max=50M
? [= Sender foo] [<= Level debug] file /var/log/foo.log
// ==UserScript==
// @name lastfm-fix
// @description CSS fixes and tweaks for the Last.fm redesign
// @match http://www.last.fm/*
// @grant none
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==
var pageURLCheckTimer = setInterval(function(){
if(this.lastPathStr !== location.pathname ||