Pasti udah taukan gimana ribetnya kalo mau download di indowebter. Nah ini cara yang mudah buat download di IDWS, Caranya begini guy’s. Download dulu namanya grease monkey. Clik disini buat download greasemonkey

Selanjutnya ikutin step di bawah ini;
1. Buka notepad dan copy kan scirpt dibawah ini.

// Indowebster Direct Link
// version 1.0
// 2009-10-15
// Copyright (c) 2009, raisfawwazi
// Released under the GPL license
// http://www.gnu.org/copyleft/gpl.html
//
// --------------------------------------------------------------------
//
// This is a Greasemonkey user script. To install it, you need
// Greasemonkey 0.3 or later: http://greasemonkey.mozdev.org/
// Then restart Firefox and revisit this script.
// Under Tools, there will be a new menu item to "Install User Script".
// Accept the default configuration and install.
//
// To uninstall, go to Tools/Manage User Scripts,
// select "Indowebster Direct Link", and click Uninstall.
//
// --------------------------------------------------------------------
//
// ==UserScript==
// @name Indowebster Direct Link
// @namespace http://raisfawwazi.wordpress.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|ar j|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|p ps|ppt|qt|ra|rar|rm|sea|sit|sitx|tar|tif|tiff|wav| wma|wmv|z|zip|xpi))/)) {
alert('Direct Link Founded ! ' + RegExp.$1 );
window.location.href = RegExp.$1 ;
}
2. Save dengan nama "idws_link.user.js" (tanpa tanda petik)

3. Tinggal drag script tersebut ke mozzila, dan install. (dengan catatan, harus ada greasmonkey dulu ya).
Categories: Tips_and_Trik

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

12 − three =