Skip to content

Instantly share code, notes, and snippets.

View harryi3t's full-sized avatar
👻
Just do it

Harendra Singh harryi3t

👻
Just do it
  • Rippling
  • Bangalore
View GitHub Profile
@harryi3t
harryi3t / shippable_eslintrc
Last active April 16, 2017 06:43
Javascript standards at Shippable
module.exports = {
"env": {
"browser": true
},
"plugins": [
"callback-function"
],
"globals": {
"__dirname": true,
"_": true,
@harryi3t
harryi3t / quora_ignore.js
Last active December 2, 2016 06:27
This is used a tamper monkey script to block some content on quora based on list of keywords
// ==UserScript==
// @name Block content on quora.
// @namespace http://github.com/harryi3t
// @version 0.1
// @description try to resuce people from unwanted content
// @author harryi3t
// @match https://www.quora.com/
// @grant none
// ==/UserScript==