Skip to content

Instantly share code, notes, and snippets.

{
"0": "Unhandled rejection",
"1": {
"original": null,
"response": {
"req": {
"method": "POST",
"url": "https://acct.bot.land:443/feedback",
"data": {
"username": "Guest-0000021f4",
@pawelzwronek
pawelzwronek / script.js
Created May 22, 2019 20:37
JoeMonster Original Youtube Player
// ==UserScript==
// @name JoeMonster Original Youtube Player
// @include http://joemonster.org/*
// @include https://joemonster.org/*
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @grant none
// ==/UserScript==
# import pythoncom, pyHook
import ctypes
# from threading import Timer
from ctypes import oledll, windll, byref, POINTER
from ctypes.wintypes import POINT, HWND
# from comtypes.client import wrap
# from comtypes.automation import VARIANT
# from comtypes import IUnknown
try:
from . import pyHook as ph
# Author - pawelzwronek
# Description - Disables gestures so you can use RMB to orbit the viewport
# Changelog
# v1.0 - Initial version
import math
import threading
import subprocess
import os