first time worked
This commit is contained in:
7
removeCheckboxes.js
Normal file
7
removeCheckboxes.js
Normal file
@@ -0,0 +1,7 @@
|
||||
(function() {
|
||||
const removeConversationCheckboxes = document.querySelectorAll('.conversation-checkbox');
|
||||
removeConversationCheckboxes.forEach(checkbox => {
|
||||
checkbox.remove();
|
||||
});
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user