mudachyo / Hamster-Kombat

Running Hamster Kombat in your browser | Запуск Hamster Kombat в браузере
183 stars 34 forks source link

hamster kombat minigames reloads page playground > minigames puzzle or hexa #14

Closed wazerstar closed 1 month ago

wazerstar commented 1 month ago

using https://github.com/mudachyo/Hamster-Kombat/raw/main/hamster-kombat.user.js

wazerstar commented 1 month ago

It can also stay in infinity loading mode..

https://streamable.com/pdx9ub

newtoneweb commented 1 month ago

@wazerstar you can simply open the game iframe in new tab by opening dev tools and type this in console. window.location.href = document.querySelector('iframe').getAttribute('src') @mudachyo can you add a button to open the game in new tab?

wazerstar commented 1 month ago

@wazerstar you can simply open the game iframe in new tab by opening dev tools and type this in console. window.location.href = document.querySelector('iframe').getAttribute('src') @mudachyo can you add a button to open the game in new tab?

Thanks I just made a bookmark link.. However its annoying it has to be like this, perhaps the coder can fix the issue without making another tab and use it without having it to be like a big tablet.

Bookmark link

edit

Make a bookmark from google or whatever, replace the url with this code and test.

newtoneweb commented 1 month ago

@mudachyo great idea.

mudachyo commented 1 month ago

@wazerstar you can simply open the game iframe in new tab by opening dev tools and type this in console. window.location.href = document.querySelector('iframe').getAttribute('src') @mudachyo can you add a button to open the game in new tab?

Will be added in the next version