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
// ==UserScript== | |
// @name Hide Jimmy Wales. | |
// @match http://*.wikipedia.org/* | |
// ==/UserScript== | |
(function() { | |
var banner = document.getElementById('siteNotice'); | |
banner && banner.style.display = 'none'; | |
}()); |
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
<?php | |
/** | |
* @file IfException.php | |
* @author | |
* - immeëmosol (programmer dot willfris at nl) | |
* @date 2011-09-22 | |
* Created: ĵaŭ 2011-09-22, 02:14.46 CEST | |
* Last modified: ĵaŭ 2011-09-22, 05:02.52 CEST | |
**/ |
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
<?php | |
/** | |
** @file autoloader.inc.php | |
** @author immeëmosol (programmer dot willfris at nl) | |
** @date 2010-12-06 | |
** Created: lun 2010-12-06, 14:05.13 CET | |
** Last modified: lun 2010-12-06, 15:19.01 CET | |
**/ | |
$classes_directory = dirname( __FILE__ ) . DIRECTORY_SEPARATOR . 'classes'; |