Gadgets/testReadLength.js: Revision history

From Intelligent Materials and Systems Lab

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 February 2023

  • curprev 16:0916:09, 27 February 2023Lahtkris talk contribs 405 bytes +405 Created page with "var numWords = $("#mw-content-text > div").text().split(" ").length; var headerWords = $("h1").text().split(" ").length; var totalWords = numWords + headerWords; var timeInMinutes = totalWords / 200; var header = $("h1").text(); $("h1").text(header + " (it will take you " + timeInMinutes + " minutes to read this page)"); console.log("(it will take you " + timeInMinutes + " minutes to read this page)");"