Skip to content

Instantly share code, notes, and snippets.

@imhalid
Created February 25, 2023 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imhalid/ab8a2a335ab8e6ebb99af9ab78e109cb to your computer and use it in GitHub Desktop.
Save imhalid/ab8a2a335ab8e6ebb99af9ab78e109cb to your computer and use it in GitHub Desktop.
Remove news from Bing
const scrollCont = document.querySelector("#scroll_cont");
scrollCont.style.display = "none";
const inputform = document.querySelector("#sb_form");
inputform.style.marginTop = "30vh";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment