I hereby claim:
- I am 0xf6 on github.
- I am ivysola (https://keybase.io/ivysola) on keybase.
- I have a public key ASCfQSPaCC6X4o6E4p_PVTgzGYygbGE5UjriKcaP_1qhNgo
To claim this, I am signing this object:
| HTML 14 mins ████████████████▌░░░░ 79.0% | |
| JSON 3 mins ████▍░░░░░░░░░░░░░░░░ 20.9% | |
| Other 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.1% | |
| Git Config 0 secs ░░░░░░░░░░░░░░░░░░░░░ 0.1% |
I hereby claim:
To claim this, I am signing this object:
| namespace ConsoleApp9 | |
| { | |
| using System; | |
| using Pixie; | |
| using Pixie.Code; | |
| using Pixie.Markup; | |
| using Pixie.Terminal; | |
| using Pixie.Terminal.Render; | |
| using Pixie.Transforms; |
| // ==UserScript== | |
| // @name Yandex Block | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.3 | |
| // @author Yuuki Wesp <[email protected]> | |
| // @match https://yandex.ru/* | |
| // @grant none | |
| // @require https://code.jquery.com/jquery-3.3.1.min.js | |
| // @require https://code.jquery.com/ui/1.12.1/jquery-ui.min.js | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Disable VK Repost | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @author Yuuki Wesp | |
| // @match https://vk.com/* | |
| // @match http://vk.com/* | |
| // @grant none | |
| // @require https://code.jquery.com/jquery-3.3.1.min.js | |
| // @require https://code.jquery.com/ui/1.12.1/jquery-ui.min.js |
| // Open stickers preview and run this code in console | |
| $(".im_stickerpack_preview").each(function (index, value) { | |
| var url = $(value).children().attr("src"); | |
| console.log(url); | |
| }); | |
| // copy links and replace -128 end in sticker id to -512 | |
| var urls = new[] { "https://vk.com/sticker/1-12467-512","https://vk.com/sticker/1-12468-512", ... }; |
| namespace Calculator | |
| { | |
| using static System.Console; | |
| using Sprache; | |
| using System.Linq; | |
| internal class Program | |
| { | |
| public static void Main(string[] args) | |
| { |
| [1549,7009,7710,2616,3740] |
| U2FsdGVkX18ShxO/vb45qfNARIEUuh3/vmq+LvEARtaqmF0I3SOzcsMEHzQFvVVy | |
| HqttlNDgfHr6tqaR0dp7B2WZj7DxNgkucz/a6Y9Hj8vhF0bnp75effyZz26cSwP1 | |
| ji25pkWvVs/gzAqdP3PbuuEm7lF00mgCE1HTLqxrCQy632XABKaR+ZnHYgy3I/Cy | |
| c8lEi7qyhDK/lZxaX3u/ZVXKHx1FcjuHn5aCx/Xs4JcSdxXTVZVIGspyUqLzlfdu | |
| 6qmDVOufqIxH/t/8DTyqYyphTeUuIT7iGLRw4WDOp4WBgLLMJkKAm5iijVZqRPMg | |
| 2EgSy5tutFe8EhjwIdSeG7GCnNKTtLW0yamssyRFEcP4QZqWWDbvIKifOPqoNjip | |
| ywHh38zpXBDxkrR8vbW5oDJjZ365xyKJcU8LtnsaDMMv8ltvEht0Kpb6RX2HWGsd | |
| hJ6w0IvcXcRznvL/ezmo7PeieLGBSYdxABaeD41qq30EWc/Ce6DKuu1QhZQwYwii | |
| z3OVrToCw93Paw7/8xCMLOWSMYvACyM7d2YKHdimQTmkJ6PtmQHnQXnywguLHKyi | |
| 3Kd8FM+yt9zAn3MGniXjUTLCzUbZWsaUlX1Ep1hicnssgd3RAxFC2lrwXzorwH1h |
| java -cp ".\plugins\java-decompiler\lib\java-decompiler.jar" org.jetbrains.java.decompiler.main.decompiler.ConsoleDecompiler -dgs=true .\JARFILE.jar .\src |