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 script will remove all videos from watch later list | |
| // | |
| // Usage | |
| // | |
| // #1 go to https://www.youtube.com/playlist?list=WL | |
| // #2 run following script in your browser console | |
| // adjust REMOVE_BUTTON_TEXT accordingly to your language, see examples below | |
| (async function() { | |
| const REMOVE_BUTTON_TEXT = 'Remover de Assistir mais tarde' |
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
| { | |
| Função para retornar o nome da tabela principal a partir de um TRESTDWClientSQL | |
| Parametro: CLIENTSQL o componente RESTDWClientSQL que você deseja retornar o nome da tabela | |
| OBS: Como nada na vida é perfeito, o FROM da tabela principal deve estar no inicio da linha | |
| ex: SELECT * | |
| FROM tabela | |
| } | |
| function RESTClientTabela(CLIENTSQL : TRESTDWClientSQL) : String; | |
| var |
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
| <?php | |
| namespace Acme\Html; | |
| use Illuminate\Html\FormBuilder as IlluminateFormBuilder; | |
| class FormBuilder extends IlluminateFormBuilder { | |
| /** | |
| * An array containing the currently opened form groups. |
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
| <?php | |
| namespace Acme\Html; | |
| use Illuminate\Html\FormBuilder as IlluminateFormBuilder; | |
| class FormBuilder extends IlluminateFormBuilder { | |
| /** | |
| * An array containing the currently opened form groups. |