Skip to content

Commit

Permalink
Weather: Removed slim_appbar element
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed May 15, 2024
1 parent 57b44d2 commit 2112a18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ep_weather_host/ep_weather_provider_google_script.h
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,7 @@ return ep_result;\n\
let banner1 = document.getElementById(\"taw\"); if (banner1) { banner1.style = \"display: none\"; }\n\
let wob_gsp = document.getElementById(\"wob_gsp\"); if (wob_gsp) { wob_gsp.style = \"width: 648.04px\"; }\n\
let weird_line = document.getElementsByClassName(\"v5jHUb\")[0]; if (weird_line) { weird_line.style = \"display: none\"; }\n\
let slim_appbar = document.getElementById(\"slim_appbar\"); if (slim_appbar) { slim_appbar.style = \"display: none\"; }\n\
scrolldisable();\n\
ep_weather_part2();\n\
";
Expand Down

0 comments on commit 2112a18

Please sign in to comment.