Firefox Browser Add-ons
  • Extensions
  • Themes
    • for Firefox
    • Dictionaries & Language Packs
    • Other Browser Sites
    • Add-ons for Android
Log in
Add-on icon

PageProbe - Automatic Page Monitor version history - 18 versions

PageProbe - Automatic Page Monitor by Nodetics

Rated 4.6 out of 5
4.6 Stars out of 5
5
45
4
3
3
5
2
1
1
2
PageProbe - Automatic Page Monitor version history - 18 versions
  • Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.

  • Latest version

    Version 1.38.1

    Released 23 Sep 2022 - 1.71 MB
    Works with firefox 48.0 and later
    - Bugfix: URL scanning containing JSON content wasn't working on newest Firefox - fixed

    Source code released under All Rights Reserved

    You'll need Firefox to use this extension
    Download Firefox and get the extension
    Download file
  • Older versions

    Version 1.38.0

    Released 24 Mar 2022 - 1.71 MB
    Works with firefox 48.0 and later
    - Feature: tracker can now return either the first matching element (default) or all matching elements joined with ", " string. Configure with "Select" on tracker form.

    Source code released under All Rights Reserved

    Download file
  • Version 1.37.0

    Released 27 Feb 2022 - 1.71 MB
    Works with firefox 48.0 and later
    - Feature: "Restore View" (in settings) - when is this one, the previously opened tracker folder will be opened by default
    - Enhancement: setting changes are now saved immediately (instead of a slight delay as previously)

    Source code released under All Rights Reserved

    Download file
  • Version 1.36.5

    Released 15 Jan 2022 - 1.71 MB
    Works with firefox 48.0 and later
    Bugfix: fixed a bug with xpath selector when selecting attribute values like xpath://input[@value>1]/@value

    Source code released under All Rights Reserved

    Download file
  • Version 1.36.4

    Released 14 Jan 2022 - 1.71 MB
    Works with firefox 48.0 and later
    - Bugfix: with certain input it was possible that the tracker could not be edited in PageProbe manager screen by clicking the edit icon (null number problem) - fixed

    Source code released under All Rights Reserved

    Download file
  • Version 1.36.3

    Released 14 Dec 2021 - 1.71 MB
    Works with firefox 48.0 and later
    - Bugfix: Baseline Group context menu action didn't do anything - fixed
    - Feature: "Clear Baselines" context menu action - clears baselines of all probes in the group and subgroups

    Source code released under All Rights Reserved

    Download file
  • Version 1.36.2

    Released 18 Nov 2021 - 1.71 MB
    Works with firefox 48.0 and later

    Source code released under All Rights Reserved

    Download file
  • Version 1.36.1

    Released 8 Oct 2021 - 1.71 MB
    Works with firefox 48.0 and later

    Source code released under All Rights Reserved

    Download file
  • Version 1.36.0

    Released 1 Oct 2021 - 1.71 MB
    Works with firefox 48.0 and later
    - Feature: "Mark trackers that have changed" configuration option (default: enabled). Marks tracker rows with a green border that have changed since the last time the PageProbe tracker UI was opened. Note that you can also see when trackers have changed and sort them if you have column "Last Changed" enabled in settings.
    - Feature: chained CSS selectors - selection notation like iframe#myIframe >> #price would first select an iframe element with id "myIframe" and then within that context look up an element that matches CSS selector "#price". So >> means "change of context" that allows the user to probe inside an iframe that a normal CSS selector does not allow.
    - Feature: when element is right-clicked, the selected element/area is briefly flashed with yellow color to indicate the selection
    - Enhancement: when selecting a folder in the navigator, the window title is now updated to reflect the selection. This makes it easier to bookmark PageProbe pages or drag them to the bookmark bar.

    Source code released under All Rights Reserved

    Download file
  • Version 1.35.2

    Released 28 Aug 2021 - 1.71 MB
    Works with firefox 48.0 and later

    Source code released under All Rights Reserved

    Download file
  • Version 1.35.1

    Released 21 Jun 2021 - 1.71 MB
    Works with firefox 48.0 and later
    - Enhancement: removed a few console.log calls in the background
    - Feature: added support for Mattermost WebHooks (action)

    Source code released under All Rights Reserved

    Download file
  • Version 1.34.1

    Released 21 Mar 2021 - 1.71 MB
    Works with firefox 48.0 and later
    - Bugfix: added one whitespace for delta % condition texts
    - Bugfix: case sensitivity selection is now hidden for new delta conditions
    - Enhancement: increased the number of historical data points that can be saved (max is now 150)

    Source code released under All Rights Reserved

    Download file
  • Version 1.34.0

    Released 17 Mar 2021 - 1.71 MB
    Works with firefox 48.0 and later
    - Bugfix: conditions for negative values were broken
    - Feature: new condition: change greater than, change smaller than, change greater than (%), change smaller than (%)

    Source code released under All Rights Reserved

    Download file
  • Version 1.33.2

    Released 10 Mar 2021 - 1.71 MB
    Works with firefox 48.0 and later
    - Enhancement: diff_match_patch library changed to uncompressed version due to review requirements
    - Bugfix: column sorting was broken due to changes in 1.33.0
    - Bugfix: case sensitivity selection is now hidden when using "smaller or equal than" or "greater or equal than" conditions
    - Feature: conditions "smaller than", "greater than", "smaller than or equal", "greater than or equal" can now refer to the stored "baseline" value in the condition argument like this (without double quotes): "baseline * 0.8" (current value would be compared against stored baseline value * 0.8)
    - Enhancement: Customizable Telegram post: Telegram action URL now accepts URL parameters like disable_web_page_preview=True parse_mode=markdown etc. You can also override the generated text by including a text URL parameter (within that parameter $value is replaced with the converted value of the tracker and $url is replaced with the page URL). chat_id is a mandatory URL parameter. See PageProbe help file.
    - Enhancement: numeric change is displayed in the "Change" column even if baseline is set (if the change was numeric)

    Source code released under All Rights Reserved

    Download file
  • Version 1.32.0

    Released 5 Feb 2021 - 1.7 MB
    Works with firefox 48.0 and later
    - Bugfix: Live Content mode didn't seem to work properly on Firefox when calling e.g. .innerText or .innerHTML properties to modify contents
    - Bugfix: input and select field colors fixed in dark theme
    - Enhancement: added some documentation about different scan modes (UI tooltips also contain these tips)
    - Enhancement: added letter-spacing setting to PageProbe in-page CSS to reset possible custom settings by the page

    Source code released under All Rights Reserved

    Download file
  • Version 1.31.0

    Released 11 Dec 2020 - 1.69 MB
    Works with firefox 48.0 and later
    - Feature: you can now set the baseline value to current value of each tracker in a group (right-click the group and select "Baseline Group")
    - Bugfix: Telegram action had a bug - should work now
    - Enhancement: XPath parsing should support XPath functions now like text(), count(), sum() etc.

    Source code released under All Rights Reserved

    Download file
  • Version 1.30.0

    Released 2 Dec 2020 - 1.69 MB
    Works with firefox 48.0 and later
    - Feature: JSON file tracking is now supported! Tracker can have a selector starting with prefix "json:" (without double quotes) and after that comes JSONPath selector. JSONPath syntax is documented here: https://github.com/JSONPath-Plus/JSONPath
    - Bugfix: accidentally changed innerText to textContent in parsing - returned to innerText
    - Feature: new action "Open URL in a New Tab"

    Source code released under All Rights Reserved

    Download file
  • Version 1.28.1

    Released 27 Nov 2020 - 1.69 MB
    Works with firefox 48.0 and later

    Source code released under All Rights Reserved

    Download file
Go to Mozilla's homepage

Add-ons

  • About
  • Firefox Add-ons Blog
  • Extension Workshop
  • Developer Hub
  • Developer Policies
  • Community Blog
  • Forum
  • Report a bug
  • Review Guide

Browsers

  • Desktop
  • Mobile
  • Enterprise

Products

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privacy
  • Cookies
  • Legal

Except where otherwise noted, content on this site is licensed under the Creative Commons Attribution Share-Alike Licence v3.0 or any later version.