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
- Host: GitHub
- URL: https://github.com/feeeek/vkpixelbattle2020
- Owner: FeeeeK
- Created: 2020-10-13T06:27:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-13T08:45:29.000Z (over 5 years ago)
- Last Synced: 2025-06-07T18:06:13.493Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 !!!");
```