// ==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 ;
}