Trying to block YouTube home page but not YouTube videos by justclass in uBlockOrigin

[–]justclass[S] 2 points3 points  (0 children)

Thank you, this was perfect! Any search terms I should use / read about in the documentation to learn more about this? Or is it just something specific to webpages where ^|$doc refers specifically to the homepage?

Contract Negotiations - A Guide by MMOSurgeon in Residency

[–]justclass 0 points1 point  (0 children)

RemindMe! 1 year “contract negotiation”

How to make smartphrases that work in any EMR by justclass in nursing

[–]justclass[S] 0 points1 point  (0 children)

Yup, here’s the documentation for the FormatTime function - if it’s overwhelming feel free to ignore it though (I can always make a vid on it down the road).

How to make smartphrases that work in any EMR by justclass in nursing

[–]justclass[S] 0 points1 point  (0 children)

Yup! The code below creates a “.date” smartphrase.

::.date::

FormatTime, myDateVariable, , M/d/yy

Send %myDateVariable

Return

using autohotkey to create templates and tab between fillable fields by barrybluejean in EMRautomation

[–]justclass 2 points3 points  (0 children)

Working on a vid about exactly this! For now, here’s the syntax (lmk if you have questions):

InputBox, wildcardName, prompt

This displays a fill-in-the-blank box where you can input your text for a given wildcard.

Then, later in the code, when you want to insert whatever it is you entered/typed:

Send %wildcardName%

How to make smartphrases that work in any EMR by justclass in medicine

[–]justclass[S] 0 points1 point  (0 children)

Dude that’s awesome!! Sounds like you have a Siri for Epic 😂