Skip to content

Instantly share code, notes, and snippets.

View Chuvisco88's full-sized avatar

Fabian Schweizer Chuvisco88

View GitHub Profile
@Chuvisco88
Chuvisco88 / redeem.js
Last active August 11, 2023 22:01
A small script for getting free stuff from the unity asset store
/*
HOW TO USE
##########
- Go to the unity asset store (https://assetstore.unity.com/)
- Select any category and adapt filters to what you want to get
It is recommended to set the "Hide Purchased Assets" and "Free Assets" to reduce working load.
You might also set other filters like for example only 3D Characters or 4+ star ratings only
- Open up the developer console (normally F12)
- Copy this script to the Console (you might change the consts at the beginning, numbers are in milliseconds)
- Write "redeemAll();" (without the quotes) in the console and hit enter
@Chuvisco88
Chuvisco88 / jekyll-cookie-consent.html
Last active October 25, 2023 19:44
An approach on how to add cookie consent to a jekyll page
@Chuvisco88
Chuvisco88 / tutorial.md
Created July 17, 2018 12:35 — forked from swalkinshaw/tutorial.md
Designing a GraphQL API

Tutorial: Designing a GraphQL API

This tutorial was created by Shopify for internal purposes. We've created a public version of it since we think it's useful to anyone creating a GraphQL API.

It's based on lessons learned from creating and evolving production schemas at Shopify over almost 3 years. The tutorial has evolved and will continue to change in the future so nothing is set in stone.