Skip to content

Instantly share code, notes, and snippets.

View apricot13's full-sized avatar

Han apricot13

View GitHub Profile
@apricot13
apricot13 / UserScript: Quick link to Flickr Url and HTML code for images.js
Last active December 21, 2015 16:39
I've always preferred sourcing my (as in my own) blog post images from the flickr website rather than use a plugin. This is a very basic user script that puts the url of the image you want in the image thumbnail as your browsing the site, it makes it much quicker to open them all in new tabs then copy them over to your blog post.
@apricot13
apricot13 / folderHasNewContent.scpt
Created March 28, 2013 13:48
An applescript to monitor a folder and add a red label to any new files/folders added.
-- I want edited folders to be red.
property red : 2
on adding folder items to this_folder after receiving added_items
try
tell application "Finder"