This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/*############################# | |
* Developer: Mohammad Sharaf Ali | |
* Designation: Web Developer | |
* Version: 1.0 | |
*/############################# | |
// SETTINGS | |
ini_set('max_execution_time', 0); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Disable Netflix Instant Watch Links | |
// @namespace https://gist.github.com/6349351 | |
// @description Click the cover image, go the video detail page, simple... | |
// @version 1.1 | |
// @author Jeremy Helms <[email protected]> | |
// @include http://www.netflix.com/* | |
// @exclude http://www.netflix.com/WiPlayer/* | |
// ==/UserScript== |