A common use case: you want Auto Refresh to reload
only one specific URL, for example example.com/dashboard, but the moment you navigate
to example.com/dashboard/settings or any other sub-path of the same site, that page also starts
refreshing. The fix is a combination of two settings — the URL itself (without a wildcard) and the "Refresh only on current tab" option in Advance Options.
Once both are configured correctly, only the exact URL you saved will refresh; every other path on the same domain is left alone.
In the Time Interval tab, set the
URL field to the exact path you want to refresh. Do not add a * (asterisk) at the end — the
wildcard matches every sub-path, which is exactly the behaviour we are trying to avoid here.

https://example.com/dashboard — refreshes that URL only.https://example.com/dashboard* — the trailing * tells
Auto Refresh to also refresh every sub-path like /dashboard/settings,
/dashboard/anything-else, and so on.
https://example.com/* — this would refresh every page on the
domain.In the Advance Options panel, make sure "Refresh only on current tab" is unchecked. This is the default state. If it is enabled, Auto Refresh treats the active tab as the target regardless of which URL is in there — which can cause sibling paths on the same domain to also be reloaded.

example.com/dashboard in a tab — it should refresh on schedule.example.com/dashboard/settings — that page should not
refresh.https://example.com/dashboard — refreshes exactly that URL.https://example.com/dashboard* — refreshes that URL and every sub-path /
query string under it.https://example.com/* — refreshes every page on the domain.https://example.com/dashboard?id=123 — refreshes only the version with that exact
query string.Learn how to automatically refresh a page on Firefox using the Auto Refresh Page Firefox extension. This easy guide explains how to set custom refresh intervals, reload web pages automatically, and save time when monitoring updates, live data, or frequently changing content.