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
| --https://gist.github.com/DevAX1T/8348f83469b5519ef9e481b194fe698d | |
| --https://github.com/viruscamp/luadec/blob/master/bin/allopcodes-5.3.lua | |
| local a = {...} -- NEWTABLE, EXTRAARG, VARARG, SETLIST | |
| a = 0 -- LOADI | |
| a = 0.0 -- LOADF | |
| a = "" -- LOADK | |
| a = false -- LOADFALSE | |
| a = a == 0 -- LFALSESKIP, LOADTRUE | |
| a = nil -- LOADNIL |
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
| requests | |
| pycryptodome | |
| charset-normalizer |
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
| //------------------------------------------------ | |
| //--- 010 Editor v14.0 Binary Template | |
| // | |
| // File: updata_pack.bin.bt | |
| // Authors: | |
| // Version: | |
| // Purpose: | |
| // Category: | |
| // File Mask: *.bin | |
| // ID Bytes: 78 56 34 12 |
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== | |
| // @version 1.3 | |
| // @name Duolingo Volume Control | |
| // @namespace https://gist.github.com/Doliman100 | |
| // ==/UserScript== |
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== | |
| // @version 3.0 | |
| // @name AliExpress locale fix | |
| // @namespace https://gist.github.com/Doliman100 | |
| // ==/UserScript== |
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 Unblock lostfilm.tv | |
| // @description Скачивание заблокированных серий с lostfilm.tv без прокси. | |
| // @version 1.1.0 | |
| // @namespace https://gist.github.com/Doliman100 | |
| // @updateURL https://gist.github.com/Doliman100/87eead98901a0a3791d627b5c3d016fe/script.user.js | |
| // @icon https://lostfilm.tv/favicon.ico | |
| // @match *://*.lostfilm.tv/series/* | |
| // @grant none | |
| // ==/UserScript== |