Guest User

Untitled

a guest
Oct 20th, 2017
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. ## Schwarzer Hintergrund bei Vollbild. Ersetzt Inhalt von derzeitigem Tab.
  3. javascript:x=document.getElementById('adaptvDiv');x.innerHTML=x.innerHTML.replace(/bgcolor="[^"]*"/,'bgcolor="#000000"');void(0)
  4.  
  5. ## Nur Video, 100 %. Ersetzt Inhalt von derzeitigem Tab.
  6. javascript:x=document.getElementById('adaptvDiv');o=x.innerHTML.replace(/(width|height)="[^"]*"/g,'$1="100%"');
  7.  
  8. ## 50 mal Video unsichtbar (Größe 0x0), quasi wie BTVBots. Ersetzt Inhalt von derzeitigem Tab.
  9. javascript:x=document.getElementById('adaptvDiv');for(i=0;i<50;++i)o+=x.innerHTML.replace(/(width|height)="[^"]*"/g,'$1="0"');o
Add Comment
Please, Sign In to add comment