Skip to content

Instantly share code, notes, and snippets.

View Illyism's full-sized avatar
🚀

Ilias Ism Illyism

🚀
View GitHub Profile
@Illyism
Illyism / wikiHow userscript
Created August 3, 2010 11:40
An userscript/greasemonkey script for wikiHow
// ==UserScript==
// @name wikiHow Plus
// @namespace http://www.wikihow.com
// @description Does nifty stuff on wikiHow, like autowelcome.
// @include http://*wikihow.com/*
// @version 0.2
// ==/UserScript==
// Options:
// - Plus -
@Illyism
Illyism / PSD to HTML slicer
Created August 3, 2010 11:37
Creates a HTML file from Photoshop layers.
/*
Create HTML
Code: Ilias Ismanalijev
Arlo Rose
*/
var isCS2 = (app.version.split(".")[0] > 8) ? true : false;
var nonNormalAlert = false;
function makeDialog(htmlInfo)
{