Created
February 25, 2023 14:14
Remove news from Bing
This file contains hidden or 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 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