Skip to content

Instantly share code, notes, and snippets.

View S0PEX's full-sized avatar
🏠
Moving to K8s 🐳

Artur Komaristych S0PEX

🏠
Moving to K8s 🐳
View GitHub Profile

Manjaro

Once I have Manjaro (Gnome) installed I will install the following packages:

Coding related

  • jetbrains-toolbox from AUR, used to install Clion, Rider and Intellij
  • vscode this will use the oss version by default
  • gitkraken Git GUI
  • nvm Node Version Manager, hustle free version management

VSCode Plugins

  • eslint
@S0PEX
S0PEX / index.js
Last active September 28, 2021 18:15
Visa.js
const puppeteer = require("puppeteer");
async function start() {
const browser = await puppeteer.launch({
headless: false,
userDataDir: "./session",
});
const page = await browser.newPage();
const formData = {