Skip to content
View amanuel's full-sized avatar
Block or Report

Block or report amanuel

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Move Safari Tabs to Firefox (preserv... Move Safari Tabs to Firefox (preserves windows)
    1
    tell application "Firefox"
    2
    	activate
    3
    	set safariWindows to getSafariWindows() of me
    4
    	repeat with w in safariWindows
    5
    		set newTabURLs to takeSafariTabURLs(w) of me
  2. JS-HTML5-QRCode-Generator JS-HTML5-QRCode-Generator Public

    JavaScript-HTML5 QRCode Generator

    JavaScript 205 105

  3. UIColor-ATColorExtension UIColor-ATColorExtension Public

    This UIColor Extension will allow you to create UIColor instances using Hex CSS color strings.

    Objective-C 3