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
| .monaco-workbench .part.editor>.content .editor-group-container>.title div.tabs-container { | |
| margin-block: 0.2rem; | |
| } | |
| .monaco-workbench .part.editor>.content .editor-group-container>.title div.tabs-container>.tab { | |
| border-radius: 8px; | |
| margin-right: 0.1rem; | |
| margin-left: 0.1rem; | |
| } |
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
| <!DOCTYPE html> | |
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>Formulário de Leads</title> | |
| <link rel="preconnect" href="https://fonts.googleapis.com" /> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | |
| <link |
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
| // --- Initialization --- | |
| // Ensure the original functions are stored so we can call them | |
| if (!window.originalDecodeStanza) { | |
| window.originalDecodeStanza = require("WAWap").decodeStanza; | |
| window.originalEncodeStanza = require("WAWap").encodeStanza; | |
| } | |
| /** | |
| * Recursively walks through an object or array and decodes any Uint8Array | |
| * placeholders it finds into JSON objects. |
This file has been truncated, but you can view the full file.
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/bash | |
| ## // ## // ## // ## // ## // ## // ## // ## //## // ## // ## // ## // ## // ## // ## // ## // ## | |
| ## SOCIOS DIGITALES PRO ## | |
| ## // ## // ## // ## // ## // ## // ## // ## //## // ## // ## // ## // ## // ## // ## // ## // ## | |
| versao() { | |
| echo -e " \e[97mVersión de Socios Digitales: \e[32mv. 1.0.0\e[0m " | |
| } |
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 (!window.decodeBackStanza) { | |
| window.decodeBackStanza = require("WAWap").decodeStanza; | |
| window.encodeBackStanza = require("WAWap").encodeStanza; | |
| } | |
| require("WAWap").decodeStanza = async (e, t) => { | |
| const result = await window.decodeBackStanza(e, t); |
OlderNewer