Skip to content

Instantly share code, notes, and snippets.

View rajaishtiaq6's full-sized avatar
💭
<?php get_status(); ?>

Ishtiaq Ahmed rajaishtiaq6

💭
<?php get_status(); ?>
View GitHub Profile
@rajaishtiaq6
rajaishtiaq6 / curl.php
Created May 4, 2023 22:19 — forked from surferxo3/curl.php
Script to demonstrate how to extract Header and Body from the Curl response in PHP.
<?php
/*#############################
* Developer: Mohammad Sharaf Ali
* Designation: Web Developer
* Version: 1.0
*/#############################
// SETTINGS
ini_set('max_execution_time', 0);
@rajaishtiaq6
rajaishtiaq6 / disableinstantwatch.user.js
Created June 28, 2022 00:51 — forked from digitaljhelms/disableinstantwatch.user.js
Disable Netflix Instant Watch Links
// ==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 <digitaljhelms@gmail.com>
// @include http://www.netflix.com/*
// @exclude http://www.netflix.com/WiPlayer/*
// ==/UserScript==