This file contains hidden or 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
Lovelyskin | 3338541 | |
---|---|---|
Jomashop Magento | 2342771 | |
iTechDeals | 1411036 | |
tilebar.com | 910699 | |
AppliancesConnection | 663130 | |
CANADIANAPPLIANCE.CA | 645213 | |
MoodFabrics | 585985 | |
Botach.com | 488274 | |
BeachCamera | 483356 | |
ezcontactsusa | 464685 |
This file contains hidden or 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
#!/bin/sh | |
### Procursus 2 | |
### INFO: Repacks deb as rootless with iphoneos-arm64 arch, moves legacy tweak dir to | |
### new directory, and resigns. Does not do any further modification. | |
set -e | |
if ! type dpkg-deb >/dev/null 2>&1; then |
This file contains hidden or 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 Dropbox link | |
// @namespace https://github.com/ajtruex | |
// @version 1.0 | |
// @description Dropbox link fixer | |
// @author ajtruex | |
// @match https://www.dropbox.com/s/*/*.*?dl=0 | |
// @icon https://api.iconify.design/mdi/dropbox.svg | |
// @run-at context-menu | |
// @grant none |
This file contains hidden or 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 python | |
# -*- coding: utf-8 -*- | |
# | |
# System: macOS 12+ | |
# Version: TeamViewer v15.x.x | |
# Python: 3.x.x | |
# Command: sudo python TeamViewer-15-id-changer.py | |
# | |
import os |
This file contains hidden or 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
// Inject into appstored and itunesstored | |
#import <MobileGestalt/MobileGestalt.h> | |
NSString *deviceClass; | |
%hook XDCDevice | |
- (NSString *)productType { | |
return deviceClass; | |
} |
This file contains hidden or 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 python | |
# Find the raw bitstring from a captured Flipper RAW .sub file. | |
# Must provide the bitlength in ms, and the allowable error which can be tolerated. | |
import re | |
import sys | |
import math | |
filename = sys.argv[1] |
This file contains hidden or 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 Recaptcha Solver (Automatically solves Recaptcha in browser) | |
// @namespace Recaptcha Solver | |
// @version 2.1 | |
// @description Recaptcha Solver in Browser | Automatically solves Recaptcha in browser | |
// @author engageub | |
// @match *://*/recaptcha/* | |
// @connect engageub.pythonanywhere.com | |
// @connect engageub1.pythonanywhere.com | |
// @grant GM_xmlhttpRequest |
Moved to https://api.fmhy.net