This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Locale Identifier | Description | |
---|---|---|
af | Afrikaans | |
af-NA | Afrikaans (Namibia) | |
af-ZA | Afrikaans (South Africa) | |
agq | Aghem | |
agq-CM | Aghem (Cameroon) | |
ak | Akan | |
ak-GH | Akan (Ghana) | |
am | Amharic | |
am-ET | Amharic (Ethiopia) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
["side-panel-live", "header", "media-control-panel__front-layer"].forEach(el => { | |
try{document.getElementsByClassName(el)[0].style="display:none;";}catch(e){} | |
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const MAIN_LOOP_INTERVAL = 1000 | |
const REMOVE_REMINDER_BAR_TIMEOUT = 100 | |
const SELECT_ALL_VISIBLE_CHECKBOX_TIMEOUT = 350 | |
const CLICK_ON_DELETE_BUTTON_TIMEOUT = 600 | |
const CLICK_ON_MOVE_TO_TRASH_BUTTON_TIMEOUT = 850 | |
const removeReminderBar = () => { | |
setTimeout(() => { | |
document.querySelector('c-wiz > div > c-wiz > div > c-wiz > div')?.remove() | |
document.querySelector('div[style="position: absolute; width: 1038px; height: 248px; transform: translate3d(0px, 88px, 0px);"]')?.remove() |