Skip to content

Instantly share code, notes, and snippets.

View Isuru-Nanayakkara's full-sized avatar

Isuru Nanayakkara Isuru-Nanayakkara

  • Colombo, Sri Lanka
View GitHub Profile
@Isuru-Nanayakkara
Isuru-Nanayakkara / NSAttributedString+Hyperlink.swift
Created October 23, 2015 17:16
This is the Swift translation of the Apple's code snippet (https://developer.apple.com/library/mac/qa/qa1487/_index.html) displaying how to embed hyperlinks in NSTextField and NSTextView.
import Foundation
import UIKit
public enum UIButtonBorderSide {
case Top, Bottom, Left, Right
}
extension UIButton {
public func addBorder(side: UIButtonBorderSide, color: UIColor, width: CGFloat) {
@Isuru-Nanayakkara
Isuru-Nanayakkara / Twitterflow.user.js
Last active November 30, 2015 14:41
Automatically loads new tweets in the Twitter timeline.
// ==UserScript==
// @name Twitterflow
// @description Automatically loads new tweets
// @include https://twitter.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @version 1.0
// @license GPL v3 or any later version (http://www.gnu.org/copyleft/gpl.html)
// @grant GM_addStyle
@Isuru-Nanayakkara
Isuru-Nanayakkara / අපෙ_හාමුදුරුවනේ.user.js
Created December 31, 2014 15:40
Satirical script. Prepend අපෙ හාමුදුරුවනේ to the beginning of every tweet by @PresRajapaksa. Works only on Firefox with Greasemonkey addon installed.
// ==UserScript==
// @name අපෙ හාමුදුරුවනේ
// @include https://twitter.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant GM_addStyle
// @icon https://pbs.twimg.com/profile_images/541867053351583744/rcxem8NU_400x400.jpeg
// @noframes
// ==/UserScript==