Skip to content

Instantly share code, notes, and snippets.

@kporras07
Created January 15, 2015 15:59
Show Gist options
  • Save kporras07/f0886ff766c194dcee55 to your computer and use it in GitHub Desktop.
Save kporras07/f0886ff766c194dcee55 to your computer and use it in GitHub Desktop.
Quitar Popup de Grupo nación
javascript:(function()%20{var%20allBody%20=%20document.getElementsByTagName('body');%20var%20body%20=%20allBody[0].outerHTML;%20var%20regex%20=%20new%20RegExp(/\<div%20id="([0-9]+?)"%20style/);%20var%20matches%20=%20regex.exec(body);%20document.getElementById(matches[1]).remove();%20var%20grayDiv%20=%20document.getElementById('LNA_paywall_modal');%20grayDiv.parentNode.remove();%20})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment