View PageRedirectScript.js
// ==UserScript== | |
// @name PageRedirectScript | |
// @include http://domain1/* | |
// @include https://domain1/* | |
// @run-at document-start | |
// @description Redirects page from one domain to another. Note if domain1 is down you need to add entry in /etc/hosts file as "ipOfDomain2 domain1 domain2". You can get the ipOfDomain2 as "ping domain2" | |
// @namespace http://opensourceforgeeks.blogspot.in/ | |
// @version 1 | |
// @grant none | |
// ==/UserScript== |
View youtube-replayer.user.js
// ==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 |
View got-spoiler-killer.js
// ==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. |
NewerOlder