Skip to content

Instantly share code, notes, and snippets.

@ericdstrom
ericdstrom / code.js
Created November 7, 2011 23:57
wikipedia challenge
// JavaScript Document
var timeAt;
var startTime;
var check;
var pagecode = $(".mw-content-ltr").html();
var pagebreak = pagecode.split(/(<p>|<h2>|<table>)/);
function loadchange(){
$("#wikichange").fadeOut();