Skip to content

Instantly share code, notes, and snippets.

[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
@gnowak
gnowak / humble.js
Last active January 14, 2020 01:00
Humble Keys
//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