FredIkO,
window.addEventListener("DOMContentLoaded", function() {
if (location.search) {
var b = JSON.parse(decodeURI(location.search.slice(1)))[0];
[].forEach.call(document.querySelectorAll("label"), function(a) {
-1 !== a.textContent.indexOf(b) && a.click()
})
}
});