tab-reloader icon indicating copy to clipboard operation
tab-reloader copied to clipboard

[Feature request] Refresh tabs with a matching regex

Open mat926 opened this issue 4 years ago • 4 comments

Could you add an option to only refresh tabs whose titles match a regular expression?

mat926 avatar Feb 12 '21 22:02 mat926

Hello! Can you add this features? Thanks. @james-fray

CloudItaly avatar Apr 30 '21 07:04 CloudItaly

Sorry for the late reply. You can set up a reloading job based on the hostname as usual and then inject a custom script to stop reloading if the title does not match your regular expression. See FAQ17 for instance (https://add0n.com/tab-reloader.html#faq17)

james-fray avatar May 01 '21 08:05 james-fray

Here's an extension that does what I mentioned but only for closing tabs: https://addons.mozilla.org/en-US/firefox/addon/tabautoclose

mat926 avatar Aug 25 '21 16:08 mat926

I want to automatically reload one of the sites out of two sites which have same hostname. basically multiple saas apps are hosted from same domain host with different app ids, so reload by matching URL regex would be of great help

Example URLs, does not work outside of internal VPN https://apex.oraclecorp.com/pls/apex/f?p=23471:5:110757619677943::::: https://apex.oraclecorp.com/pls/apex/f?p=9068:1:113963407729633:::::

here 23471 and 9068 are different appids hosted under same domain

overtomanu avatar Dec 09 '21 14:12 overtomanu