MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / fillZero

Function fillZero

scripts/insta_injectDownloadBtn.js:890–895  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

888 }
889
890 function fillZero(str) {
891 if (str.length === 1) {
892 return "0" + str;
893 }
894 return str;
895 }
896
897 function openResource(url) {
898 // open url in new tab

Callers 1

datetimeFormatFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected