W
W
wertex2018-09-25 14:11:09
JavaScript
wertex, 2018-09-25 14:11:09

How to hide extra checkboxes using tampermonkey?

There is this html

<div id="id-Groups" class="accordion-body collapse in"><div class="accordion-inner">
                <div style="padding: 5px;">
                        <div>
                            <input type="checkbox" name="EditableGroups" value="1"> Администраторы
                        </div>
                        <div>
                            <input type="checkbox" name="EditableGroups" value="37"> ГИС ЖКХ
                        </div>
                        <div>
                            <input type="checkbox" name="EditableGroups" value="41"> Для проверяющих
                        </div>
                </div>
</div></div>

1. How to hide checkbox value="41" using tampermonkey
2. How to make checked="checked" property for checkbox value="1"

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
Nick Sdk, 2018-09-25
@wertex15

jsfiddle.net/nick_sdk/thrukp19

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question