From my experience, a content script that matches a url in the manifest will fire right away when going on the url. Is there anyway to choose when that content script will fire, and if it is possible to re-fire a content script more than once?
Right now I want to change the text of data generated in a pagination. So page 1 of the pagination would be successfully changed when I go on the url. After clicking on page 2, since the page doesn't refresh when changing the data on the pagination, every other page thats not the first page will remain unchanged