Revision as of 11:09, February 13, 2020 by Xavier (talk | contribs)
Jump to: navigation, search

Xavier

This is a sample User page.

My Work in Progress items and Pages I modified.



common.js

This will display an estimated reading time for a page.

/* var numWords = $("#mw-content-text > div").text().split(" ").length; var headerWords = $("h1").text().split(" ").length; var totalWords = numWords + headerWords; var minutes = totalWords / 200; var rminutes = Math.floor(totalWords / 200); var seconds= (minutes - rminutes) * 60; var rseconds = Math.floor(seconds);

var header = $("h1").text().replace('[edit | edit source]+link+',); $("h1").text(header + " (" + rminutes + "m " + rseconds + "s)");

  • /


I work on the following products:


Work In Progress


User:Xavier:DialogEngine


User:Xavier:MultipleDataCenterDeployment

User:Xavier:VideoSandbox

GSM Temp Files

User:Xavier:GSMTEMP

Reviews

User:Xavier:Reviews

User:Xavier:Contributions

Comments or questions about this documentation? Contact us for support!