Skip to content

Instantly share code, notes, and snippets.

@mfbx9da4
Last active December 26, 2019 09:22
Show Gist options
  • Save mfbx9da4/811a830aba2f260ab627bda014cd9d3b to your computer and use it in GitHub Desktop.
Save mfbx9da4/811a830aba2f260ab627bda014cd9d3b to your computer and use it in GitHub Desktop.
console.log('hi')
function hide() {
Array.from(document.querySelectorAll('.listing-results-price')).map(x => x.style.display = 'none')
$('.ui-pricing').style.display = 'none'
$('.ui-layout__halves').style.display = 'none'
$('.dp-similar-wrapper').style.display = 'none'
setTimeout(hide, 200)
}
setTimeout(hide)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment