Skip to content

Instantly share code, notes, and snippets.

View LouMM's full-sized avatar

Lou LouMM

View GitHub Profile
@LouMM
LouMM / keybase.md
Created March 16, 2020 00:01
keybase.md

Keybase proof

I hereby claim:

  • I am loumm on github.
  • I am loumm (https://keybase.io/loumm) on keybase.
  • I have a public key ASB0BMJ62hUOMAn3Jrmwvg84mVH-VlyvSpVX5kEkQ-x0jwo

To claim this, I am signing this object:

@LouMM
LouMM / Content control basics.WORD.yaml
Last active September 9, 2019 06:30
Inserts, updates, and retrieves content controls.
name: Content control basics
description: 'Inserts, updates, and retrieves content controls.'
host: WORD
api_set: {}
script:
content: |
$("#insert-controls").click(() => tryCatch(insertContentControls));
$("#change-controls").click(() => tryCatch(modifyContentControls));
$("#setup").click(() => tryCatch(insertDate));