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

Status
Not open for further replies.
If you want to change automaticaly from openload.co to ol.link domain in your website

Just, follow this step

for html website or blogger

put this two script in your <body>.... </body> template

<script type="text/javascript">
//openload embed
$(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', 'ol.link'));
}
}
});
</script>


<script type="text/javascript">
//openload links
$(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', 'ol.link'));
}
}
});
</script>


__________________
Added after 6 minutes:

For wordpress use this plugin

https://wordpress.org/plugins/text-replace/
 
Last edited:
good content :D haha, thanks guys, keep up the work! there is nothing special about my content tho... it's more about the traffic but I don't spoonfeed anyone with methods / sources, sorry... I worked and finessed my guts out to get where I am
 
Last edited:
Status
Not open for further replies.
Back
Top