Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- var host = document.location.host;
- var url = null;
- if (host == "streamango.com") {
- var e = document.getElementById("mgvideo_html5_api").src;
- if (e == "null" || e == "undefined" || e == null) {} else {
- url = e + '?mime=true';
- window.location.replace(url);
- }
- } else {
- var e = document.getElementById("DtsBlkVFQx");
- if (e == "null" || e == "undefined" || e == null) {} else {
- url = 'https://openload.co/stream/' + e.textContent + '?mime=true';
- window.location.replace(url);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment