{"id":4653,"date":"2021-02-18T09:19:18","date_gmt":"2021-02-18T08:19:18","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=4653"},"modified":"2022-07-25T08:35:41","modified_gmt":"2022-07-25T07:35:41","slug":"javascript-add-random-param-to-url","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/javascript-add-random-param-to-url\/","title":{"rendered":"Javascript add random param to URL"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"js\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">(() => {\n\tconst removeHash = h => h.indexOf(\"#\") &lt; 0 ? h : h.slice(0, h.indexOf('#'));\n\tconst randomParam = () => \"_=\" + String(Math.random()).slice(2);\n\tconst addParam = u => u.indexOf(\"?\") &lt; 0 ? u + '?' + randomParam() : u + \"&amp;\" + randomParam();\n\n\tconst currentHref = window.location.href;\n\tconst newHref = addParam(removeHash(currentHref)) + window.location.hash;\n\twindow.location.href = newHref;\n})();<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[5,4,1],"tags":[],"class_list":["post-4653","post","type-post","status-publish","format-standard","hentry","category-javascript","category-programming","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4653","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=4653"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4653\/revisions"}],"predecessor-version":[{"id":4654,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/4653\/revisions\/4654"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=4653"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=4653"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=4653"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}