1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-15 11:33:16 +01:00

Weather: Hide search suggestions banner (#734)

This commit is contained in:
Valentin Radu 2022-02-21 02:43:23 +02:00
parent 2cc9b0ed7f
commit 9cfe6b1a61

View File

@ -113,6 +113,7 @@ if (document.getElementsByClassName(\"QS5gu sy4vM\").length > 1) { document.getE
//document.getElementById(\"search\").scrollIntoView(true);\n\
return ep_result;\n\
}\n\
let banner1 = document.getElementById(\"taw\"); if (banner1) { banner1.style = \"display: none\"; }\n\
scrolldisable();\n\
ep_weather_part2();\n\
";