-
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
- LiveHTTPHeader
-
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; }
- Cookie set/get cookies method
-
New features
- Notification When have update
- Anti modifications
-
This repository has been archived by the owner on Jun 8, 2024. It is now read-only.