Advertisement
Luxup

Скрыть обертку floorAd

Mar 21st, 2024
832
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. setInterval(function() {
  3.   if (document.getElementById('%DIV_ID%')) {
  4.     document.querySelectorAll('div[style*="max-width: 100vmin; border-width: 2px 2px 0px;"] > div:first-child > div').forEach(function(div) {
  5.       div.style.setProperty('display', 'none', 'important');
  6.     });
  7.  
  8.     document.querySelectorAll('div[style*="max-width: 100vmin; border-width: 2px 2px 0px;"]').forEach(function(div) {
  9.       div.style.setProperty('border', '0', 'important');
  10.     });
  11.   }
  12. }, 2000);
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement