File size: 2,217 Bytes
c120a1c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<div class="regex-script-label flex-container flexnowrap">
    <input type="checkbox" class="regex_bulk_checkbox" />
    <span class="drag-handle menu-handle">&#9776;</span>
    <div class="regex_script_name flex1 overflow-hidden"></div>
    <div class="flex-container flexnowrap">
        <label class="checkbox flex-container margin-r5" for="regex_disable">
            <input type="checkbox" name="regex_disable" class="disable_regex" />
            <span class="regex-toggle-on fa-solid fa-toggle-on" data-i18n="[title]ext_regex_disable_script" title="Disable script"></span>
            <span class="regex-toggle-off fa-solid fa-toggle-off" data-i18n="[title]ext_regex_enable_script" title="Enable script"></span>
        </label>
        <label class="menu_button regex_script_expand" title="Show more options" data-i18n="[title]Show more options">
            <input type="checkbox" name="regex_expand" />
            <span class="fa-solid fa-ellipsis"></span>
        </label>
        <div class="flex-container regex_script_buttons">
            <div class="move_to_global menu_button" data-i18n="[title]ext_regex_move_to_global" title="Move to global scripts">
                <i class="fa-solid fa-globe"></i>
            </div>
            <div class="move_to_preset menu_button" data-i18n="[title]ext_regex_move_to_preset" title="Move to preset scripts">
                <i class="fa-solid fa-sliders"></i>
            </div>
            <div class="move_to_scoped menu_button" data-i18n="[title]ext_regex_move_to_scoped" title="Move to scoped scripts">
                <i class="fa-solid fa-address-card"></i>
            </div>
            <div class="export_regex menu_button" data-i18n="[title]ext_regex_export_script" title="Export script">
                <i class="fa-solid fa-file-export"></i>
            </div>
        </div>
        <div class="edit_existing_regex menu_button" data-i18n="[title]ext_regex_edit_script" title="Edit script">
            <i class="fa-solid fa-pencil"></i>
        </div>
        <div class="delete_regex menu_button" data-i18n="[title]ext_regex_delete_script" title="Delete script">
            <i class="fa-solid fa-trash"></i>
        </div>
    </div>
</div>