Skip to content

Instantly share code, notes, and snippets.

View gokaybiz's full-sized avatar
🌪️
Focusing

gokaybiz

🌪️
Focusing
View GitHub Profile
@gokaybiz
gokaybiz / adsController.class.js
Last active July 23, 2023 17:03
Iframe onclick
/**
* Usage:
* try {
* var Advert = new Advert('adscontainer1', 'https://google.com.tr/');
* Advert.willClick().isOnHover();
* } catch(success) {
* location = success;
* }
*
**/
@gokaybiz
gokaybiz / main.go
Last active March 7, 2024 08:51
Clientless vavoo.tv ip tv
package main
import (
"bufio"
"encoding/json"
"errors"
"fmt"
"net/http"
"os"
"strings"