User:Koanyan5028/Common.js: Revision history

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.

29 October 2024

  • curprev 11:0411:04, 29 October 2024 imported>Koanyan5028 m 324 bytes 0 Koanyan5028 moved page User:Koanyan5028/common.js to User:Koanyan5028/Common.js without leaving a redirect
  • curprev 10:5210:52, 29 October 2024 imported>Koanyan5028 324 bytes +324 Created page with "// https://wiki.hypixel.net/MediaWiki:DungeonCalc.js const fameCalculator=$(".fame-calculator"); if(fameCalculator){ $(".fame-calculator-button").click(()=>{ let level=Number.parseInt($(".fame-calculator.input")); let fame=Math.floor((level-1)*(level-1)*37.5); $(".fame-calculator-result").text(String(fame)); }); }"