Skip to content

Instantly share code, notes, and snippets.

View rivercloud082000's full-sized avatar

rivercloud082000

View GitHub Profile
// ═══════════════════════════════════════════════════════════
// SIADED AutoFill v4 — PEGAR EN CONSOLA (F12 → Console)
// Mejoras: reset de buffer + búsqueda fonética tolerante
// ═══════════════════════════════════════════════════════════
(function(){
if(document.getElementById('af-panel')){document.getElementById('af-panel').remove();}
const COLUMNAS={G1:'Cantidad',G2:'Forma/Movimiento',G3:'Gestión datos',G4:'Regularidad',G5:'Eval. mensual',G6:'Eval. bimestral',G7:'Cuaderno'};
const VOZ_MAP={G1:['cantidad'],G2:['forma','movimiento'],G3:['gestion','gestión','datos'],G4:['regularidad','equivalencia'],G5:['mensual'],G6:['bimestral'],G7:['cuaderno']};