Skip to content

Instantly share code, notes, and snippets.

@aswinanand
aswinanand / ein.php
Created April 26, 2014 11:50
A simple script to get download URLs for movies from einthusan.com
#!/usr/bin/php
<?php
require('simple_html_dom.php');
function erexit($msg = "You have entered an invalid choice. Bye.") {
echo $msg, "\n";
exit;
}
@aswinanand
aswinanand / meebo_all_at_once.user.js
Created August 10, 2010 14:07
Send IM to all your buddies.
// ==UserScript==
// @name meebo all at once
// @namespace meebo
// @description Send IM to everyone in the IM list
// @include http://www.meebo.com/
// ==/UserScript==
var w = unsafeWindow;
var buddyTimer;