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 / අපෙ_හාමුදුරුවනේ.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==
@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
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 / 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.
@Isuru-Nanayakkara
Isuru-Nanayakkara / InstaDownloader.user.js
Last active January 5, 2021 17:40
Add a link to download photos and videos from Instagram. (http://i.imgur.com/RvyxF2u.png)
// ==UserScript==
// @name InstaDownloader
// @description Download photos and videos from Instagram.
// @include https://www.instagram.com/p/*
// @require https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @version 1.1
// @license GPL v3 or any later version (http://www.gnu.org/copyleft/gpl.html)
// @grant GM_addStyle
@Isuru-Nanayakkara
Isuru-Nanayakkara / parliament_api.txt
Created January 8, 2016 08:41
Parliament of Sri Lanka API
Base URL - http://parliament.lk/api
Live Streaming - /live
Slideshows - /slideshow
News Categories - /news_category_list
News - /news
Acts - /acts
Questions & Answers - /qanda
Publications - /publications
On Demand - /ondemand
@Isuru-Nanayakkara
Isuru-Nanayakkara / Arkangel.user.js
Last active January 1, 2018 08:24
Hides comment sections on Sri Lankan gossip sites
// ==UserScript==
// @name Arkangel
// @description Hides comment sections on Sri Lankan gossip sites
// @include http://www.gossiplankanews.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