Advertisement
Guest User

Untitled

a guest
Dec 13th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. invidio.js application/javascript
  2. (function() {
  3. console.log('invidio.js started');
  4. document.querySelectorAll('iframe[src]').forEach((iframe,i,arr) =>{
  5. iframe.src = iframe.src.replace("youtube.com","invidio.us");
  6. console.log('youtube frame replaced');
  7. })
  8. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement