Okay so I need help with trying to obtain a way to match a url using the ending part of the url...
Here is an example:
(week 1) https.example.com/update-v7.58067/data.js
(week 2) https.example.com/update-v7.58159/data.js
(week 3) https.example.com/update-v7.58199/data.js
As you can tell, with every week that passes by when they do an update; they update part of the file name or url. Is there a way to either search for the 'data.js' file or regex the middle part? I tried looking at the documentation Here and here but to no avail; I either do not understand or is not supported. The Project I am working on is for a Google Chrome Extension that can modify the data.js but in order to even began; I must figure out how to always "match" the URL.