Advertisement
Guest User

Untitled

a guest
Oct 18th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. document.querySelectorAll("oembed[url]").forEach(element => {
  2. iframely.load(element, element.attributes.url.value);
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement