Skip to content

Instantly share code, notes, and snippets.

async function checkForAdBlocker() {
let Blocked;
async function Request() {
try {
return fetch(
new Request(
"https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js", {
method: 'HEAD',
mode: 'no-cors'
@euedeep
euedeep / uptobox.sh
Created June 25, 2021 02:29 — forked from Kcchouette/uptobox.sh
Plowshare uptobox
# Plowshare uptobox.com module
# Copyright (c) 2012-2017 Plowshare team
#
# This file is part of Plowshare.
#
# Plowshare is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@euedeep
euedeep / download.py
Created June 4, 2021 17:06 — forked from Nilpo/download.py
Download file through HTTP using requests.py and tqdm
import os.path
from urllib.request import urlopen
import requests
from tqdm import tqdm
def download_from_url(url, dst):
"""
@param: url to download file
@param: dst place to put the file
<?php
/*
Plugin Name: Custom Buttons Shortcode
Description: Add buttons to your WordPress website with single simple shortcode
Author: Martanian <support@martanian.com>
Author URI: http://themeforest.net/user/martanian
Version: 1.0