Skip to content

Instantly share code, notes, and snippets.

@edfuh
Created April 14, 2017 03:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edfuh/b2ce93143ce73503af2c795f55667ea9 to your computer and use it in GitHub Desktop.
Save edfuh/b2ce93143ce73503af2c795f55667ea9 to your computer and use it in GitHub Desktop.
$('iframe:not(:visible)').remove();
urls = ['https://edfuh.com', 'https://google.com']; i = 0;
[].slice.call(frames).forEach(function(f){ console.log(f.location.assign(urls[i++])) })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment