Skip to content

Instantly share code, notes, and snippets.

@KingBain
KingBain / waitForKeyElements.js
Created May 26, 2017 13:01 — forked from BrockA/waitForKeyElements.js
A utility function, for Greasemonkey scripts, that detects and handles AJAXed content.
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);
@KingBain
KingBain / Get-BitlockerProtection.ps1
Last active May 5, 2016 14:06
Bitlocker Compliance detection for C: drive.
<#
*********************************************************************************************************
* *
*** This Powershell Script is used to get the Bitlocker protection status ***
* *
*********************************************************************************************************
* Created by Ioan Popovici, 13/11/2015 | Requirements Powershell 3.0 *
* ======================================================================================================*
* Modified by | Date | Revision | Comments *
*_______________________________________________________________________________________________________*