smallkan

Untitled

Jan 17th, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. var host = document.location.host;
  2. var url = null;
  3. if (host == "streamango.com") {
  4. var e = document.getElementById("mgvideo_html5_api").src;
  5. if (e == "null" || e == "undefined" || e == null) {} else {
  6. url = e + '?mime=true';
  7. window.location.replace(url);
  8. }
  9. } else {
  10. var e = document.getElementById("DtsBlkVFQx");
  11. if (e == "null" || e == "undefined" || e == null) {} else {
  12. url = 'https://openload.co/stream/' + e.textContent + '?mime=true';
  13. window.location.replace(url);
  14. }
  15. }
Advertisement
Add Comment
Please, Sign In to add comment