Thanks, this looks exactly like what I was looking for. However, something isn't working right. When I go to this URL that uses page:20, it initially navigates to page 20, but an AJAX call is invoked a few seconds after page load that resets the list back to page 1: https://www.nexusmods.com/skyrim/mods/trendingalltime/?RH_ModList=nav:true,home:false,type:0,user_id:0,game_id:110,advfilt:true,include_adult:true,sort_by:OLD_endorsements,order:DESC,show_game_filter:false,page_size:20&BH=1&RH_ModList=nav:true,home:false,type:0,user_id:0,game_id:110,advfilt:true,include_adult:true,sort_by:OLD_endorsements,order:DESC,show_game_filter:false,page_size:20,page:20 Edit: Hold on, it works fine when I click the link above. Something weird is going on. Let me see if I can figure out how to reproduce it. I figured it out, and it's probably not worth fixing unless it's one line of code. If you navigate to the link above, use the UI to go to the next page, and then attempt to manually edit the page number in the query string, it will initially load at the page you specified, but will then AJAX back to the original page. However, if you edit the page in the query string, copy the entire URL, and paste it into a new tab, it will take you to the proper page and remain there. Refreshing the page or doing a CTRL+F5 has no effect on preventing the AJAX reload.