Skip to content

Instantly share code, notes, and snippets.

View mathvbarone's full-sized avatar
🎯
Focusing

Matheus Barone mathvbarone

🎯
Focusing
  • Raisin GmbH
  • Berlin - Germany
View GitHub Profile
javascript: (function () {
var modals = ['.tp-backdrop ', '#detecta-adblock', '.tp-iframe-wrapper'];
var body = document.querySelector('body');
function getElement(element) {
element = document.querySelector(element);
return element;
}