PK ê‘“6ü°ìhˆ ˆ install.rdf
RapidShare notifier{e98e17d2-4bd4-4906-9b7d-af917bf48243}0.1This script will notify you when your waiting time on RS expiresNemanja Avramovichttp://www.avramovic.info/{ec8030f7-c20a-464f-9b0e-13a3a9e97384}0.92.0.0.*content/PK X“6¾éÐ~ ~ . chrome/rapidsharenotifier/content/contents.rdf
chrome://rapidsharenotifier/content/browser.xulPK X“6¼/e• • - chrome/rapidsharenotifier/content/browser.xul
PK X“6Á;]/ / / chrome/rapidsharenotifier/content/javascript.js// ==UserScript==
// @name RapidShare notifier
// @namespace http://www.avramovic.info/razno/gm/
// @description This script will notify you when your waiting time on RS expires
// @include http://*.rapidshare.com/*
// ==/UserScript==
var html = document.body.innerHTML;
var min = html.match(/\d{1,4} minutes/i);
var string = min[0];
var minuta = string.split(" ");
if (min) {
var vreme = minuta[0];
var tajmaut = ((vreme * 1000) * 60) + 10000; //exact number of minutes plus 10 seconds
alert('RAPIDSHARE NOTIFIER:\nYou will be notified of waiting time expiration in '+vreme+' minutes!');
window.setTimeout(function() { alert('RAPIDSHARE NOTIFIER:\nWaiting time has expired, now you can try downloading file again!'); location.href = window.location; },tajmaut);
}PK ê‘“6ü°ìhˆ ˆ install.rdfPK X“6¾éÐ~ ~ . ± chrome/rapidsharenotifier/content/contents.rdfPK X“6¼/e• • - { chrome/rapidsharenotifier/content/browser.xulPK X“6Á;]/ / / [ chrome/rapidsharenotifier/content/javascript.jsPK M ×