Skip to content

Instantly share code, notes, and snippets.

View cristianogomes's full-sized avatar
Focusing

Cristiano Gomes cristianogomes

Focusing
View GitHub Profile
// ==UserScript==
// @name Atalho consultas
// @namespace http://tampermonkey.net/
// @version 0.2
// @description Atalho consultas
// @author Cristiano Gomes
// @match https://gas.ufrn.br/*
// @grant none
// @updateURL https://gist.github.com/cristianogomes/911c0cab9396f47a582734e3783edb2f/raw/atalho.user.js
// @downloadURL https://gist.github.com/cristianogomes/911c0cab9396f47a582734e3783edb2f/raw/atalho.user.js
/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);