Can't you use the asterisk (*) wildcard?
If you can't, you can extract the whole html of every page you want, make the macro save them into a .csv. Open the file with Notepad++ and search for the desired part of the code by bookmarking the lines, which contain a common string (e. g. <b>Timer</b>: <span id="). Under Search/Bookmarks you can remove the non-marked lines, so you remove all the redundant lines and you'll be left with the marked lines only. When you have those lines, you can use MS Excel to split the lines into columns by a specific character using the Convert Text to Columns Wizard. If you want the number 133 as result, you need to set the delimiter to /, complete the wizard, then highlight the column where your numbers are, run Convert Text to Columns Wizard again, now set the delimiter to <, so all the desired numbers will be in the same column under each other one per line with all the redundant data separated.