Rihardika.Com Because Knowledge is OpenSource

5Nov/090

Indowebster Direct Download Without Ads

As we know, the new indowebster forced us to read a certain ads before gave us a download link and honestly this thing is bugging me and maybe make a confusion for a bunch of people out there. So im gonna make a little tutorial to download from indowebster without having to read the ads.
what we need?
My fav browser Firefox
An add-ons for Firefox called Greasemonkey

How to?
Install the Firefox and install the Greasemonkey and then restart your Firefox
Right click on the monkey head icon (bottom right corner on your Firefox ) -> New User Script
Give a name for your script, name space (ex. www.Rihardika.com) and description.
Fill the includes text field with http://indowebster.com/* and http://*.indowebster.com/*
Click OK.
And then paste the code below

if (document.body.textContent.match(/(https?\:\/\/[^/]+?\/[a-zA-Z0-9]{32}\.(?:avi|mp3|flv|mpg|rar|3gp|7z|aac|ace|aif|arj|asf|avi|bin|bz2|exe|gz|gzip|img|iso|lzh|m4a|m4v|mov|mp3|mp4|mpa|mpe|mpeg|flv|dat|mov|mkv|srt|flac|ape|mpg|msi|msu|ogg|pdf|plj|pps|ppt|qt|ra|rar|rm|sea|sit|sitx|tar|tif|tiff|wav|wma|wmv|z|zip|xpi))/)) {
alert('Ketemu ! ' + RegExp.$1 );
window.location.href = RegExp.$1 ;
}


Your script should look like this

// ==UserScript==
// @name           IDWS Auto-Link
// @namespace      http://Rihardika.com/
// @description    automatically get a download link from Indowebster
// @include        http://indowebster.com/*
// @include        http://*.indowebster.com/*
// ==/UserScript==
if (document.body.textContent.match(/(https?\:\/\/[^/]+?\/[a-zA-Z0-9]{32}\.(?:avi|mp3|flv|mpg|rar|3gp|7z|aac|ace|aif|arj|asf|avi|bin|bz2|exe|gz|gzip|img|iso|lzh|m4a|m4v|mov|mp3|mp4|mpa|mpe|mpeg|flv|dat|mov|mkv|srt|flac|ape|mpg|msi|msu|ogg|pdf|plj|pps|ppt|qt|ra|rar|rm|sea|sit|sitx|tar|tif|tiff|wav|wma|wmv|z|zip|xpi))/)) {
alert('Ketemu ! ' + RegExp.$1 );
window.location.href = RegExp.$1 ;
}

or just simply download the script from here or here

Happy Downloading Everyone...

Blogged with the Flock Browser
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


Spam Protection by WP-SpamFree

No trackbacks yet.