This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ValheimPlus] | |
; Change false to true to enable this section. | |
enabled=true | |
; Display the Valheim Plus logo in the main menu | |
mainMenuLogo=true | |
; Display the advertisement of our server hosting partner on the server browser menu | |
serverBrowserAdvertisement=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//if you're not on the first page navigate to the first page | |
if($('.js-jump-to-page:first').text() != "1"){ | |
$('.js-jump-to-page:nth-child(2)').click() | |
} | |
// Find how many pages of games you have by getting the text inside the last page button | |
var loop = $('.js-jump-to-page:nth-last-child(2)').html()*1 | |
// array to store all games found |