View pktworld_chart.user.js
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 pktworld chart | |
// @namespace https://github.com/m0n4 | |
// @version 1.3 | |
// @description add a chart on pkt.world's explorer | |
// @author m0n4 | |
// @match http://pkt.world/explorer?wallet=* | |
// @match https://www.pkt.world/explorer?wallet=* | |
// @require https://cdn.jsdelivr.net/npm/chart.js@2.8.0 | |
// @downloadURL https://gist.github.com/m0n4/e8f291faf53f1f4286a87dac790b4aec/raw/c4f05a10412ba214610e23057f1798db8acda0c8/pktworld_chart.user.js |
View retency.py
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
#!/usr/bin/env python3 | |
import requests | |
import random | |
import multiprocessing | |
from fake_useragent import UserAgent | |
# https://www.frandroid.com/culture-tech/577876_dans-le-metro-ces-ecrans-de-publicites-traquent-vos-smartphones | |
def worker(): | |
ua = UserAgent() |
View Youtube_FreeboxV6.html
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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Every vidéos from Youtube on Freebox V6</title> | |
</head> | |
<body bgcolor="black"> | |
<iframe src="https://www.hooktube.com/embed/XxXxXxXxXxX?rel=0&autoplay=1" width="1200" height="645" frameborder="0" scrolling="no" /> |