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/PKX“6¾éÐ~~.chrome/rapidsharenotifier/content/contents.rdf chrome://rapidsharenotifier/content/browser.xulPKX“6¼/e••-chrome/rapidsharenotifier/content/browser.xul PKX“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.rdfPKX“6¾éÐ~~.±chrome/rapidsharenotifier/content/contents.rdfPKX“6¼/e••-{chrome/rapidsharenotifier/content/browser.xulPKX“6Á;]///[chrome/rapidsharenotifier/content/javascript.jsPKM×