corrob
unknown
plain_text
a year ago
654 B
6
Indexable
case 64640161: //Ob Sub claims
blankClicker(['[name^="objective_claim"][value="1"]', '[name^="none_sentence"][value="1"]']);
radClicker(['[name^="ymyl_sentence"][value="0"]', '[name^="attribution_sentence"][value="fully"]', '[name^="placement_under_header"][value="0"]']);
// Add the JavaScript code to hide the divs
const divsToHide = ["editable-1", "editable-2244", "editable-2549", "editable-44"];
divsToHide.forEach(divId => {
const div = document.getElementById(divId);
if (div) {
div.style.display = "none";
}
});
break;Editor is loading...
Leave a Comment