- use python version 3.6
- install
tkmacosx
with pip
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 Confirm to exit game | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description This userscript prevent you from quitting the xbox playing accidently | |
// @author TheEpicFace | |
// @match https://www.xbox.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=xbox.com | |
// @grant none | |
// ==/UserScript== |
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 Unlimited free article | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Free paid article for medium | |
// @author Charlie Levasseur | |
// @match https://medium.com/* | |
// @icon https://cdn.freebiesupply.com/logos/large/2x/the-pirate-bay-logo-png-transparent.png | |
// @grant none | |
// ==/UserScript== |
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
-- please credit me if you share it | |
local Material = loadstring(game:HttpGet("https://github.com/Kinlei/MaterialLua/raw/master/Module.lua"), "MaterialLua")() | |
local Lightning = game:GetService("Lighting") | |
local ui = Material.Load({ | |
Title = "Mining Inc Xray", | |
Style = 3, | |
SizeX = 300, | |
SizeY = 300, | |
Theme = "Dark" |
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
-- Please credit me (The epic face 007) when sharing this script. | |
local Material = loadstring(game:HttpGet("https://raw.githubusercontent.com/Kinlei/MaterialLua/master/Module.lua"))() | |
local _ = loadstring(game:HttpGet("https://raw.githubusercontent.com/TheEpicFace007/lua-lodash/master/lodash.lua"))() | |
local Players = game:GetService("Players") | |
request = syn ~= nil and syn.request or http_request ~= nil and http_request or request | |
local function findPlayer(nameOrDisplayName) | |
local players = game:GetService("Players") | |
for k, v in pairs(game:GetService("Players"):GetPlayers()) do |
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
local _ = loadstring(game:HttpGet('https://raw.githubusercontent.com/TheEpicFace007/lua-lodash/master/lodash.lua'))() | |
local Players = game:GetService('Players') | |
local t = tick() | |
local nbOfChat = 0 | |
local timeToWait = 0 | |
local function chat(content) | |
if | |
if tick() - t <= 0.60 and nbOfChat < 5 and nbOfChat > 2 then | |
timeToWait = 10 |
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
import pynput | |
from pyautogui import click | |
from sys import platform | |
from rich.console import Console | |
from pynput import keyboard | |
from time import sleep | |
def get_active_window(): | |
""" |
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
#%% | |
import requests, numpy as np | |
from typing import TypedDict | |
#%% | |
EMail = TypedDict("EMail", | |
{ | |
"id": str, | |
"sender": str, | |
"subject": str, | |
"sendDateFormated": str, |
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
Copyright © 2021 ViniDalvino | |
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details. |
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 Hide Pro Article | |
// @description This is your new file, start writing code | |
// @match https://www.nknews.org/* | |
// ==/UserScript== | |
function clearPayWall () { | |
for (const proArticle of document.querySelectorAll(".proLabel")) { | |
{ |
NewerOlder