Skip to content

Instantly share code, notes, and snippets.

@REDIDSOFT
REDIDSOFT / gist:b9c89bf56d430b04391e934cb0d72810
Created November 30, 2022 14:38
Remove todos os videos de Assistir mais tarde do Youtube
// 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'
@REDIDSOFT
REDIDSOFT / gist:aeb02685466902b79f4d3272bb4db753
Last active January 9, 2019 19:23
RESTDATAWARE - RESTClientTabela
{
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
<?php
namespace Acme\Html;
use Illuminate\Html\FormBuilder as IlluminateFormBuilder;
class FormBuilder extends IlluminateFormBuilder {
/**
* An array containing the currently opened form groups.
<?php
namespace Acme\Html;
use Illuminate\Html\FormBuilder as IlluminateFormBuilder;
class FormBuilder extends IlluminateFormBuilder {
/**
* An array containing the currently opened form groups.