You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I realise if the page is appending a timestamp as a query string to a script that I'm trying to replace, Switcheroo won't detect that script.
For example, https://localhost/script/application/signClient.js is to be switched to https://localhost/blank.js.
If, on the page itself, singClient.js is actually https://localhost/script/application/signClient.js?_=1459440475253 (note the ?_=....., the JS wouldn't be switched.
Appreciate if there could be a wildcard operator!
The text was updated successfully, but these errors were encountered:
I realise if the page is appending a timestamp as a query string to a script that I'm trying to replace, Switcheroo won't detect that script.
For example,
https://localhost/script/application/signClient.js
is to be switched tohttps://localhost/blank.js
.If, on the page itself, singClient.js is actually
https://localhost/script/application/signClient.js?_=1459440475253
(note the?_=.....
, the JS wouldn't be switched.Appreciate if there could be a wildcard operator!
The text was updated successfully, but these errors were encountered: