Skip to content

Instantly share code, notes, and snippets.

View tearingItUp786's full-sized avatar
๐Ÿ˜Š
feeling great

Taranveer (Taran) Bains tearingItUp786

๐Ÿ˜Š
feeling great
View GitHub Profile
// Name: Chrome bookmarks with folders
// Author: Taran "tearing it up" Bains
// GitHub: @tearingitup786
import "@johnlindquist/kit";
// Reading the Chrome bookmarks file from the user's system
// Maybe allow for a choice of different browsers?
let bookmarks = await readFile(
home("Library/Application Support/Google/Chrome/Default/Bookmarks"),
// Name: Chrome bookmarks with folders
// Author: Taran "tearing it up" Bains
// GitHub: @tearingitup786
import "@johnlindquist/kit";
// Reading the Chrome bookmarks file from the user's system
// Maybe allow for a choice of different browsers?
let bookmarks = await readFile(
home("Library/Application Support/Google/Chrome/Default/Bookmarks"),
// Name: Chrome bookmarks with folders
// Author: Taran "tearing it up" Bains
// Importing the necessary module from the Script Kit
import "@johnlindquist/kit";
// Reading the Chrome bookmarks file from the user's system
let bookmarks = await readFile(
home("Library/Application Support/Google/Chrome/Default/Bookmarks"),
);
// Menu: Cloudinary upload
// Description: Upload an image to cloudinary
// Shortcut:
// Author: Kent C. Dodds
// Twitter: @kentcdodds
import path from 'path'
import '@johnlindquist/kit'
const cloudinaryCloudName = await env('CLOUDINARY_CLOUD_NAME')
@tearingItUp786
tearingItUp786 / tamper-monkey-epic-react.js
Last active October 11, 2020 22:37
Simple script to full screen videos on load and to go back to normal view when done for epicreact.dev modules.
// ==UserScript==
// @name Epic React
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @include https://epicreact.dev/modules/*
// @grant none
// ==/UserScript==

React && Firebase Workshop

Contact Information

Prequisite Setup

  • A recent version of Node.js
  • npm install -g create-react-app