Skip to content

Instantly share code, notes, and snippets.

View alvnfaiz's full-sized avatar
💭
Energic

Zio alvnfaiz

💭
Energic
View GitHub Profile
@Ashkanph
Ashkanph / MyPHPProxy.php
Created June 30, 2018 13:11
My PHP proxy
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
//$ch = curl_init($_GET['url']);
$ch = curl_init();
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
curl_setopt($ch, CURLOPT_VERBOSE, TRUE);
// ==UserScript==
// @name AlfaPasser
// @namespace AlfaPasser - Cuma mau lewatin safelink
// @description Download di Fansub dan Fanshare besar tanpa melewati Iklan || By DevStudio
// @copyright 2019+, DevStudio
// @version 2.0.1
// @homepageURL https://devstudio.web.id/
// @icon https://cdn.myanimelist.net/images/characters/2/337013.jpg
// @grant GM_deleteValue
// @grant GM_getValue
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@iniznet
iniznet / Gomunime popup Ads.user.js
Last active June 27, 2021 09:51
Gomunime Auto Popup Close & Auto 720p Player
// ==UserScript==
// @name Gomunime Auto Popup Close & Auto 720p Player
// @namespace https://niznet.my.id/
// @version 1.0.1
// @description Tutup 5 detik pop up / float ads & auto 720p Player
// @author niznet
// @match https://gomunime.online/*
// @icon https://www.google.com/s2/favicons?domain=gomunime.online
// @grant none
// ==/UserScript==
const axios = require("axios");
const cheerio = require("cheerio")
async function start() {
const headers = {
'content-type': 'application/x-www-form-urlencoded; charset=UTF-8',
'origin': 'https://idownloader.io',
'referer': 'https://idownloader.io/',
'cookie': 'PHPSESSID=easqd0d1ujiqf1arv4rsfm7jmd; _ga=GA1.1.1541970967.1691152140; __gads=ID=73d79b0404953e47-2265a0e8ace2005b:T=1691152143:RT=1691152143:S=ALNI_MZYOVK4CvhzBgX5BuYv0sXZH0dxqw; __gpi=UID=00000c26fe06658f:T=1691152143:RT=1691152143:S=ALNI_MbRhScE7mqlyPm-7jogXzFURPIFBA; _ga_6ZBFDSJZBL=GS1.1.1691152139.1.1.1691152367.60.0.0'
};
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.