Skip to content

Instantly share code, notes, and snippets.

View Niwilai's full-sized avatar

Niwilai

View GitHub Profile
@Niwilai
Niwilai / run.rb
Created September 19, 2021 13:06
Check if given game is on PSN store
require 'google_search_results'
params = {
q: "#{ARGV[0]} - PS Store",
hl: "de",
gl: "de",
google_domain: "google.de",
num: 10,
api_key: "FAKE_KEY"
}
@Niwilai
Niwilai / openfirebasetree.js
Created May 6, 2019 15:13
Open all Firebase trees
(() => { while($('.data-tree-closed').length) $('.data-tree-closed .data-tree-icon').click() })()