All public logs
Combined display of all available logs of Pornopedia Quote. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:16, 25 February 2024 Till Kraemer talk contribs created page User:Till Kraemer/wordcount.js (Created page with "//<nowiki> // From https://en.wikipedia.org/wiki/User:Caorongjin/wordcount.js // This code is based on https://en.wikipedia.org/wiki/User:Dr_pda/prosesize.js // but adds CJK support (http://stackoverflow.com/questions/2315488) and support // for references and other lists. // function getWordCount(html) { var str = html.innerHTML.replace(/(<([^>]+)>)/ig,"").trim(); var wordCount = 0; var arr = str.match(/[\u3040-\u309F]|[\u30A0-\u30FF]|[\u4E00-\u9FFF\uF900-\uFAFF\u3...")