- Сайт системы Честный знак позволяет печатать коды в pdf, eps и сохранять текстом в csv.
- Но в текстовом виде сайт отдает только часть кода, без "криптохвоста".
- Если такой код распечатать самостоятельнот, то при сканировании, приложение всегда выдает "Сомнительный товар"
- Если мы хотим печатать коды самостоятельно в bartender, нам надо получить полный код с криптохвостом.
Either download a ready to use shortcut (save as, then rename to .lnk) or follow the instruction below.
https://gist.github.com/user-attachments/assets/feee1293-0e64-4810-bde6-3c154da1e44e

- Enter the so-called "God mode" by creating a new desktop folder named "GodMode.{ED7BA470-8E54-465E-825C-99712043E01C}".
- Open the newly created shortcut and locate the "Connect to a network" item.
- Right-click it to create a desktop shortcut, then open shortcut properties and set a hotkey
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
| [Computer\HKEY_CURRENT_USER\SOFTWARE\pdfforge\PDFCreator\Settings\ConversionProfiles\0\Ghostscript] | |
| AdditionalGsParameters = -dNoOutputFonts |
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
| If you wish to always display Advanced panel when you meet the “Potential Security Risk” warning, | |
| please go to about:config and set browser.xul.error_pages.expert_bad_cert = true |
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
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Mozilla\Thunderbird] | |
| "DisableAppUpdate"=dword:00000001 | |
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
| function fix_value(i,e) { | |
| t = $(e).text(); | |
| t = t.replace(/Документ об отгрузке.+№/g, "УПД №"); | |
| $(e).text(t); | |
| } | |
| jQuery(".document-title>a").each(fix_value); |
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
| ffmpeg -i input.file -map 0:a:0 -b:a 96k output.mp3 |
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
| x = document.getElementsByClassName("friends_field_title"); | |
| r = ""; | |
| for (i = 0; i < x.length; i++) { | |
| a = x[i].getElementsByTagName("a")[0]; | |
| l = a.getAttribute("href").substr(1); | |
| r += l + "<br>\n"; | |
| } | |
| //console.log(r); | |
| var myWindow=window.open(''); myWindow.document.write(r); |
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
| <script src="//cdn.jsdelivr.net/gh/ilyabirman/Likely/release/likely.js"></script> | |
| <link rel="stylesheet" href="//cdn.jsdelivr.net/gh/ilyabirman/Likely/release/likely.css"> | |
| <style> | |
| .t746__imgwrapper { | |
| /* спиннер на время загрузки */ | |
| background: url(//cdnjs.cloudflare.com/ajax/libs/design-system/2.9.4/images/spinners/slds_spinner_brand.gif) no-repeat center; | |
| } | |
| .t-slds__caption__container { | |
| text-align: center; /* центрует соцкнопки */ | |
| } |
NewerOlder