PageProbe - Automatic Page Monitor version history - 18 versions
PageProbe - Automatic Page Monitor by Nodetics
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 MBWorks with firefox 48.0 and later- Bugfix: URL scanning containing JSON content wasn't working on newest Firefox - fixedSource code released under All Rights Reserved
Download Firefox and get the extensionYou'll need Firefox to use this extensionOlder versions
Version 1.38.0
Released 24 Mar 2022 - 1.71 MBWorks 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
Version 1.37.0
Released 27 Feb 2022 - 1.71 MBWorks 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
Version 1.36.5
Released 15 Jan 2022 - 1.71 MBWorks with firefox 48.0 and laterBugfix: fixed a bug with xpath selector when selecting attribute values like xpath://input[@value>1]/@valueSource code released under All Rights Reserved
Version 1.36.4
Released 14 Jan 2022 - 1.71 MBWorks 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) - fixedSource code released under All Rights Reserved
Version 1.36.3
Released 14 Dec 2021 - 1.71 MBWorks 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 subgroupsSource code released under All Rights Reserved
Version 1.36.2
Released 18 Nov 2021 - 1.71 MBWorks with firefox 48.0 and laterSource code released under All Rights Reserved
Version 1.36.1
Released 8 Oct 2021 - 1.71 MBWorks with firefox 48.0 and laterSource code released under All Rights Reserved
Version 1.36.0
Released 1 Oct 2021 - 1.71 MBWorks 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
Version 1.35.2
Released 28 Aug 2021 - 1.71 MBWorks with firefox 48.0 and laterSource code released under All Rights Reserved
Version 1.35.1
Released 21 Jun 2021 - 1.71 MBWorks 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
Version 1.34.1
Released 21 Mar 2021 - 1.71 MBWorks 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
Version 1.34.0
Released 17 Mar 2021 - 1.71 MBWorks 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
Version 1.33.2
Released 10 Mar 2021 - 1.71 MBWorks 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
Version 1.32.0
Released 5 Feb 2021 - 1.7 MBWorks 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 pageSource code released under All Rights Reserved
Version 1.31.0
Released 11 Dec 2020 - 1.69 MBWorks 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
Version 1.30.0
Released 2 Dec 2020 - 1.69 MBWorks 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
Version 1.28.1
Released 27 Nov 2020 - 1.69 MBWorks with firefox 48.0 and laterSource code released under All Rights Reserved