--- | --- |
---|---|
All West | Kalona Cooperative Telephone Company |
Alpine Communications | LPC Connect |
Arkwest Communications | MCTV |
Astound | MHTC |
Beaver Creek Cooperative Telephone | MTC Technologies |
Blue Ridge | MTCC |
Brandenburg Telephone Co | MUS FiberNET |
Bright House Networks | Marne & Elk Horn Telephone Company |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// allows using all Jquery AJAX methods in Greasemonkey | |
// inspired from http://ryangreenberg.com/archives/2010/03/greasemonkey_jquery.php | |
// works with JQuery 1.5 | |
// (c) 2011 Martin Monperrus | |
// (c) 2010 Ryan Greenberg | |
// | |
// Usage: | |
// $.ajax({ | |
// url: '/p/', | |
// xhr: function(){return new GM_XHR();}, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Chrome-Last.fm-Scrobbler - Saavn.com Connector | |
* | |
* Author: Vikas Kumar [[email protected]] | |
* Derived from Sitesh Shrivastava code on gaana.js | |
*/ | |
// DOM Nodes to keep track for song details | |
var SONG_TRACK_DOM = '#player-track-name'; | |
var SONG_ALBUM_DOM = '#player-album-name'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (AnyOtherGuy(strangersToLove, aFullCommitment)) | |
{ | |
List<bool> Feelings = new List<bool>(); | |
Feelings.Add(!giveYouUp) | |
Feelings.Add(!letYouDown) | |
Feelings.Add(!runAround) | |
Feelings.Add(!desertYou) | |
} |
NewerOlder