This file contains hidden or 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
// ==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 - |
This file contains hidden or 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
/* | |
Create HTML | |
Code: Ilias Ismanalijev | |
Arlo Rose | |
*/ | |
var isCS2 = (app.version.split(".")[0] > 8) ? true : false; | |
var nonNormalAlert = false; | |
function makeDialog(htmlInfo) | |
{ |
NewerOlder