Openload.io - Video/MP3/Image/File - Up to 40$/10k - Unlimited Speed - No Premium Acc

Status
Not open for further replies.
use this for replace openload.co to oload.co

<script type="text/javascript">
//openload
$(function() {
var iframes = document.getElementsByTagName('iframe');
var key = /https:\/\/openload.co/;


for (var i = 0; i != iframes.length; ++i) {
var match = iframes.src.search(key);
if(match != -1) {
$(iframes).attr('src', $(iframes).attr('src').replace('openload.co', 'oload.co'));
}
}
});
</script>

it should work for every site.

PS: for embeds only. I think
 
Last edited:
use this for replace openload.co to oload.co

<script type="text/javascript">
//openload
$(function() {
var iframes = document.getElementsByTagName('iframe');
var key = /https:\/\/openload.co/;


for (var i = 0; i != iframes.length; ++i) {
var match = iframes.src.search(key);
if(match != -1) {
$(iframes).attr('src', $(iframes).attr('src').replace('openload.co', 'oload.co'));
}
}
});
</script>

it should work for every site.

PS: for embeds only. I think


yup it's only works for embed files

i modify a littlte bit for the script, this srcipt below is for openload live links

<script type="text/javascript">
//openload
$(function() {
var a = document.getElementsByTagName('a');
var key = /https:\/\/openload.co/;




for (var i = 0; i != a.length; ++i) {
var match = a.href.search(key);
if(match != -1) {
$(a).attr('href', $(a).attr('href').replace('openload.co', 'oload.co'));
}
}
});
</script>


just put it below the @frost script in you body template
 
Last edited:
There comes another issue, all the links to thumbnail are dead too, you cannot event change from openload --> oload. Does not work.

Hey,

it was a long day for us, let me give you the latest updates:
- Current temporary domain is oload.co, streams shoudl work there, but not much more
- We are in negotiations for the openload.co domain and Iam sure we will be able to get it back, but when this will be i cannot tell you as I dont know aswell.
- All youre files and balances are safe, doenst matter what will happen, any balance will be paid out

Regards

Marcel
 
okay great i really feel for u and that u are tired and we will wait with u can u please let us login either disable the login key or change e-mail setting ?
 
Status
Not open for further replies.
Back
Top