urlparams icon
Changelog
2.01.00
  • New: Now using nsIWebProgress for listening on page loads.
    Now UrlParams notices faster when a page loads and problems with cached sites are also gone.
  • Fixed: "="s inside a parameters value now works
  • Fixed: replacing all incoming "+"s with %20 before urldecoding
2.00.01 2.0.0
  • Well another just-version increase. Because 1.10 is less than 1.9 on addons.mozilla.org.
    next 2.x release is 2.01... i hope thean 2.10 is bigger than 2.09...
    Sorry for the inconvenients :)
1.10.1
  • UrlParams 1.10.0 was denied form addons.mozilla.org because the update url pointed to urlparams.blogwart.com.
    Well, and thats why 1.10.1 is out: i removed the update url. But no need to worry, the autoupdate still works, because if Firefox doesn't recognize an update url within the extension it automatically queries mozilla.org.
1.10.0 1.9.0
  • UrlParams is now available from addons.mozilla.org!
  • New Homepage: this one :)
  • Automatic Updates are up and working
  • Therefore version 1.9.0 and not 1.8.1 :), i thought this is too important for just a bugfix version number increase
  • Played around with Fileupload forms and UrlParams
    Conclusion: Firefox doesn't store the POST data of forms with enctype="multipart/form-data" in the history. And so UrlParams GET/POST boxes stays empty when using such forms.
  • But fixed a bug which produced an error message when trying to get POST data from multipart/form-data forms.
1.8.0
  • new Features
  • [ALT]+[S] submits the query into the current tab
  • [ALT]+[T] submits the query into a new tab
  • Context Menu: "Remove Duplicates" will remove all duplicate parameters
1.7.0
  • new Feature: automatic detection of url parameters which have urls as value (you have to check this option in the Settings dialog)
  • Example:
  • If you have a url like this:
     http://www.xyz.com/login.html?
     REDIRECT=http%3A//www.xyz.com/entry.html%3F%26SEARCH_VALUE%3D
     %26SEARCH_FIELD%3DCHOOSE%26LANG%3Dde
     &Hello=You
    Then UrlParams detects this and its parameter box looks like this:
     [x] Hello         You
     [x] REDIRECT[url] http://www.xyz.com/entry.html
     [x] REDIRECT[var] SEARCH_VALUE=
     [x] REDIRECT[var] SEARCH_FIELD=CHOOSE
     [x] REDIRECT[var] LANG=de
1.6.0
  • new Feature: Mozilla is now supported!
    • after installing UrlParams and restarting Mozilla, type "chrome://urlparams/content/lib/addpanel.xul" into Mozillas adress bar, hit Enter, confirm the messagebox and *Whooomp!* There it is :), a new panel "UrlParams" in Mozillas sidebar
1.5.1
  • Bugfix: When a value comes in, which contains at least one "\n" a multiline textbox gets created for the value.
1.5.0
  • pressing [ENTER/RETURN] will automatically execute the "Submit" button
  • pressing [STRG/CONTROL]+[ENTER/RETURN] will automatically execute the "Submit (new Tab)" button
1.4.0
  • internal code changes
  • new features (via context menu):
    • switch get and post parameters
    • transfer get to post and vice versa
1.3.0
  • now saves the the width of the sidebar and the heights of the get and post boxes
  • count of get/post parameters gets displayed in the caption of the groupbox
1.2.1
  • no "UrlParamsObj not defined" errors any more... hopefully for ever :)
1.2.0
  • !NEW! the postdata now gets displayed and can be altered!
  • refering uri will be displayed and can be altered also
  • there is a splitter between the GET and POST boxes, so you can alter there heights
1.1.0
  • changed version numbering... mainversion.newfeature.bugifx
  • fixed a little bug, which led to "UrlParamsObj not defined" errors
  • new tooltips for the buttons
  • right click opens a menu for quick access to the settings and the about dialog
  • fixded a bug in the settings dialog - settings gets now saved correctly
1.0.8
  • bugfix: if a url parameter had no value (and no "=" charachter behind it), UrlParams wrote "undefined" into its value box.
  • bugfix: filter anchor tags behind the url
  • + options dialog (en/disable debug messages, en/disable de/encoding of urlparameters)
1.0.7
  • bugfix: the extension got load events of non-selected tabs. now it gets only the load event of currently selected tab.
  • the url parameters gets decoded on load and encoded on GET
  • layout changed a little bit
1.0.6
  • has no debug outputs
  • 2 new buttons ("clear checks" and "re-get URL")
  • rearranged the code a little bit, so errors like "UrlParamsObj not known" shouldn't appear anymore
  • implemented another way to query the url of the current tab, used as fallback if method 1 doesn't work
1.0.5
  • Bugfix: Removed a debug output which let the extension not work (under some strange circumstences...)
1.0.4
  • Added this Page as Homepage (Extensions Dialog - right Click on Urlparams - Visit Homepage)
  • Layout change: made it a little bit more slimmer
1.0.3
  • URL input field isn't read-only anymore
  • Doubleclick into the sidebar and a new empty parameter line appears
  • Layout change: the buttons are now next to each other
  • internal: new js source arrangement
1.0.2
  • Scrollbars, here they are
  • changed Layout a little bit
1.0.1
  • Added the Checkboxes
1.0.0
  • First version