Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- setInterval(function() {
- if (document.getElementById('%DIV_ID%')) {
- document.querySelectorAll('div[style*="max-width: 100vmin; border-width: 2px 2px 0px;"] > div:first-child > div').forEach(function(div) {
- div.style.setProperty('display', 'none', 'important');
- });
- document.querySelectorAll('div[style*="max-width: 100vmin; border-width: 2px 2px 0px;"]').forEach(function(div) {
- div.style.setProperty('border', '0', 'important');
- });
- }
- }, 2000);
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement