Skip to content

Instantly share code, notes, and snippets.

View mcwhittemore's full-sized avatar

Matthew Chase Whittemore mcwhittemore

View GitHub Profile
@mcwhittemore
mcwhittemore / Bookstrap.js
Last active December 12, 2015 05:48
Bootstrap jQuery plugin
;(function($, window, document, undefined) {
var namespace = "myPlugin";
var methods = {
init: function(options){}
}
$.fn[namespace] = function( method ) {
// Method calling logic
@mcwhittemore
mcwhittemore / ReadMe.md
Last active December 22, 2020 19:32
Bookmarklet to let you post highlighted text to twitter. Slightly moded version of http://jsfiddle.net/dKaJ3/2/. Encoded via http://chris.zarate.org/bookmarkleter.

How to Install

Chrome

  1. Right click on bookmark bar (ctrl+shirt+b to disply if hidden)
  2. Click "Add Page..."
  3. Change Name to "Tweet Highlight"
  4. Change URL to the string of text found in TweetHighlight.bm
  5. Click Save