Skip to content
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.

Latest commit

 

History

History
36 lines (30 loc) · 1.38 KB

HackBar v2.8.md

File metadata and controls

36 lines (30 loc) · 1.38 KB
  • HackBar v2.8

    Customize Hackbar are added to make easylly and good UI/Design of your own.

    • Tools (7 in 1)

      • LiveHTTPHeader replay function not working
      • Tamper Data
      • View Source
      • JS on/off
      • noRedirect
      • Customize Hackbar
      • HTTP Proxy not setting proxy
    • Added new Field

      • Cookie set/get cookies method new
        setCookiesFromField: function(){
          var uri = this.urlField.value; //URL
          if ( !document.getElementById('hackBar_cookieCheckBox').checked || !this.CookiesField.value ) 
                return null;
          var cookieManager = Components.classes["@mozilla.org/network/io-service;1"].
                              getService(Components.interfaces.nsIIOService);
          var Cookies      = this.CookiesField.value; //Inputed Cookies Value
          var cookieUri = cookieManager.newURI(uri, null, null); //Getting URL for setting cookies
          var Cookie = Components.classes["@mozilla.org/cookieService;1"].
                       getService(Components.interfaces.nsICookieService);
           
          Cookie.setCookieString(cookieUri, null, Cookies, null);
          return cookieManager;
        }
    • New features

      • Notification When have update
      • Anti modifications