Skip to content

Instantly share code, notes, and snippets.

View aniket91's full-sized avatar

Aniket Thakur aniket91

View GitHub Profile
@aniket91
aniket91 / youtube-replayer.user.js
Last active November 11, 2017 09:46
Greasemonkey script to automatically replay finshed songs in youtube
// ==UserScript==
// @name YoutubeReplayScript
// @include http://*.youtube.com/*
// @include https://*.youtube.com/*
// @require http://code.jquery.com/jquery-1.7.1.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @description Replays songs automatically once it is finished playing.
// @namespace http://opensourceforgeeks.blogspot.in/
// @version 1
// @grant none
@aniket91
aniket91 / got-spoiler-killer.js
Last active June 12, 2016 05:25
Greasemonkey script to blackout Game of thrones spoiler posts on facebook
// ==UserScript==
// @name Spoiler Killer
// @include http://*.facebook.com/*
// @include https://*.facebook.com/*
// @require http://code.jquery.com/jquery-1.7.1.min.js
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
// @grant none
// @version 1
// @namespace http://opensourceforgeeks.blogspot.in/
// @description Blacken facebook posts possibly containing Game of Thrones spoilers.