Skip to content

Instantly share code, notes, and snippets.

View SchnappAPI's full-sized avatar

SchnappAPI SchnappAPI

View GitHub Profile
(function(){
'use strict';
const PID='__afparser';
const SK='af_parser_v6';
const AF_BASE='https://firstlake.appfolio.com/accounting/payable_invoices/';
if(document.getElementById(PID)){document.getElementById(PID).style.display='flex';return;}
const EXTRACTED=[
{label:'Account Number',key:'account_number',type:'string'},
{label:'Account Name',key:'account_name',type:'string'},