Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code.
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 Sankaku ads | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.16 | |
| // @description Auto close sankaku ads | |
| // @author Baku | |
| // @match https://beta.sankakucomplex.com/* | |
| // @match https://www.sankakucomplex.com/* | |
| // @match https://sankaku.app/* | |
| // @updateURL https://gist.github.com/kebien6020/6e709478155f41901a2f2bd7197f78bd/raw/sankaku-ads.user.js |
Bottles is a Graphical Frontend for managing your Wine Applications.
Basically it's an app that allows you to click buttons to play games instead of typing random commands you don't understand that you copy-pasted from the internet into your terminal.
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
| /* | |
| * Global Media Controls Panel | |
| * Written by Tam710562 | |
| */ | |
| (() => { | |
| 'use strict'; | |
| const gnoh = { | |
| i18n: { |
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
| // Copyright (c) 2021 Advanced Micro Devices, Inc. All rights reserved. | |
| // | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy | |
| // of this software and associated documentation files (the "Software"), to deal | |
| // in the Software without restriction, including without limitation the rights | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: | |
| // | |
| // The above copyright notice and this permission notice shall be included in |
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
| // LICENSE | |
| // ======= | |
| // Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved. | |
| // ------- | |
| // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation | |
| // files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, | |
| // modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the | |
| // Software is furnished to do so, subject to the following conditions: | |
| // ------- | |
| // The above copyright notice and this permission notice shall be included in all copies or substantial portions of the |
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 Resolve t.co links on twitter | |
| // @namespace Violentmonkey Scripts | |
| // @match *://twitter.com/* | |
| // @grant GM_xmlhttpRequest | |
| // @version 1.1 | |
| // @author @jix_ | |
| // @homepage https://gist.github.com/jix/e67c127820954e1d1571c1f6f800ac2c | |
| // @description Tries to resolve all annoying t.co links on twitter and replaces them with the | |
| // target URL. |
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
| ---------------------- | |
| -- #example ytdl_preload.conf | |
| -- # make sure lines do not have trailing whitespace | |
| -- # ytdl_opt has no sanity check and should be formatted exactly how it would appear in yt-dlp CLI, they are split into a key/value pair on whitespace | |
| -- # at least on Windows, do not escape '\' in temp, just us a single one for each divider | |
| -- #temp=R:\ytdltest | |
| -- #ytdl_opt1=-r 50k | |
| -- #ytdl_opt2=-N 5 | |
| -- #ytdl_opt#=etc |
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
| -- autosave.lua | |
| -- | |
| -- Periodically saves "watch later" data during playback, rather than only saving on quit. | |
| -- This lets you easily recover your position in the case of an ungraceful shutdown of mpv (crash, power failure, etc.). | |
| -- | |
| -- You can configure the save period by creating a "lua-settings" directory inside your mpv configuration directory. | |
| -- Inside the "lua-settings" directory, create a file named "autosave.conf". | |
| -- The save period can be set like so: | |
| -- | |
| -- save_period=60 |
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
| -- This is free and unencumbered software released into the public domain. | |
| -- The software is provided "as is", without warranty of any kind. | |
| -- Anyone is free to copy, modify, publish, use, compile, sell, or | |
| -- distribute this software, either in source code form or as a compiled | |
| -- binary, for any purpose, commercial or non-commercial, and by any means. | |
| -- For more information, please refer to <http://unlicense.org/> | |
| -- | |
| -- Use KDE KDialog to add files to playlist, subtitles to playing video or open URLs. | |
| -- Based on 'mpv-open-file-dialog' <https://github.com/rossy/mpv-open-file-dialog>. | |
| -- |
NewerOlder