This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"trigger": { | |
"url-filter": "pubexchange.com" | |
}, | |
"action": { | |
"type": "block" | |
} | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on run {input, parameters} | |
set todoList to {} | |
repeat with theMessage in input | |
-- Grab message body and sender. | |
tell application "Mail" | |
set theSender to theMessage's sender as string | |
set theMessageBody to theMessage's content as string | |
end tell |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Gravity forms error handling - February 5, 2014 */ | |
/* ############################################### */ | |
/* Make the error stand out */ | |
.gfield_error{ | |
background-color: white; | |
color:#b94a48; | |
} | |
/* Prepend the error message to the missing but required field */ | |
.gfield_error:before { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/ruby | |
# logtodayone.rb | |
# Brett Terpstra (http://brettterpstra.com) | |
# Use and modify freely, attribution appreciated | |
# | |
# This script works with the Day One[1] command line utility | |
# It parses an input string for an exclamation point prefix to mark starred | |
# and/or a [date string] at the beginning to parse natural language dates | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Use these in the GV search field. You will likely need to refresh/select all after each as you can only do ten messages at a time. | |
* Mark all SMS/Text Messages as Read | |
label:sms is:unread | |
* Mark all voicemails as Read | |
label:voicemail is:unread |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ln -s ~/Library/Containers/com.tapbots.TweetbotMac/Data/Downloads ~/Dropbox/Photos/Tweetbot |