This commit is contained in:
@ -922,8 +922,11 @@ if (
|
||||
/elma365\/help\/ru/i.test(currentUrl) ||
|
||||
/elma365\/help\/en/i.test(currentUrl) ||
|
||||
/([\d+]{3}).(\d).(\d).(\d):([\d+]{4})\/index.html/i.test(currentUrl) ||
|
||||
/([\d+]{3}).(\d).(\d).(\d)\/index.html/i.test(currentUrl)
|
||||
) {
|
||||
/([\d+]{3}).(\d).(\d).(\d)\/index.html/i.test(currentUrl) ||
|
||||
/brix.365.com\/en\/help/i.test(currentUrl) ||
|
||||
/localhost/i.test(currentUrl) ||
|
||||
/help.miduway.space/i.test(currentUrl)
|
||||
) {
|
||||
window.addEventListener("load", () => {
|
||||
const searchIcon = document.querySelector("#search-icon");
|
||||
const searchPanel = document.querySelector("#search-panel");
|
||||
|
Reference in New Issue
Block a user