Skip to content

Instantly share code, notes, and snippets.

/*--- waitForKeyElements(): A utility function, for Greasemonkey scripts,
that detects and handles AJAXed content.
Usage example:
waitForKeyElements (
"div.comments"
, commentCallbackFunction
);
@CEBracco
CEBracco / FunctionUtils.user.js
Last active November 30, 2023 14:56
Userscripts para facilitar el uso de la ventana de asignacion de permisos
// ==UserScript==
// @name FunctionUtils
// @namespace http://tampermonkey.net/
// @version 1.2
// @updateURL https://gist.github.com/CEBracco/079d7432d6dcfaabacad0be663c851c9/raw/284214613d7246c2ed631e9a9a719104b5b7a76d/FunctionUtils.user.js
// @description Facilita el uso de la ventana de asignacion de permisos
// @author cbracco
// @match *://*.movypark.com
// @match *://*.dat.cespi.unlp.edu.ar
// @match http://163.10.20.80/universe-web/
@CEBracco
CEBracco / FunctionUtilUI.user.js
Last active November 30, 2023 14:57
Userscript que agrega interfaz a FunctionsUtil, agregando botones en la ventana de edicion de funciones de un usuario
// ==UserScript==
// @name FunctionUtilUI
// @namespace http://tampermonkey.net/
// @version 1.2
// @updateURL https://gist.github.com/CEBracco/60653d3c98e84f4799a1584f78804f81/raw/7cd221fcc0a70862d7f59879ee19909010f4f71e/FunctionUtilUI.user.js
// @description Agrega interfaz a FunctionsUtil
// @author cbracco
// @match *://*.movypark.com
// @match *://*.dat.cespi.unlp.edu.ar
// @match http://163.10.20.80/universe-web/
// ==UserScript==
// @name MantisQuickResponse
// @namespace http://tampermonkey.net/
// @updateURL https://gist.github.com/CEBracco/afa642b9d67bf41ec8cfe313562c0e80/raw/MantisQuickResponse.user.js
// @version 1.1
// @description Respuestas rápidas para mantis :D
// @author cbracco
// @match https://incidencias.cespi.unlp.edu.ar/bug_change_status_page.php
// @grant none
// @require https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.11/lodash.min.js
// ==UserScript==
// @name QuickLoginButtons
// @namespace http://tampermonkey.net/
// @version 1.4
// @updateURL https://gist.github.com/CEBracco/c960da8bea16b264c8cad25b0686454a/raw/QuickLoginButtons.user.js
// @description Agrega botnoes de login rapido al home de universe
// @author cbracco
// @match *://*.movypark.com
// @match *://*.dat.cespi.unlp.edu.ar
// @match http://163.10.20.80/universe-web/
// ==UserScript==
// @name userImportation
// @namespace http://tampermonkey.net/
// @version 0.1
// @description user function importation for universe
// @author You
// @match http://*/*
// @match https://*/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name MantisAutoRefresh
// @namespace http://tampermonkey.net/
// @version 1.0
// @updateURL https://gist.github.com/CEBracco/70d2feeabc313aaa3428976503ceef43/raw/MantisAutoRefresh.user.js
// @description Agrega opcion de auto refresh a la pagina de incidencias de mantis
// @author cbracco
// @match https://incidencias.cespi.unlp.edu.ar/view_all_bug_page.php
// @grant none
// ==/UserScript==
// ==UserScript==
// @name AddUserFunctions
// @namespace http://tampermonkey.net/
// @version 1.0
// @updateURL https://gist.github.com/CEBracco/633778e928f58580cb0358ce8def2168/raw/addUserFunctions.user.js
// @author anonymous
// @match http://*/*
// @match https://*/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name scriptLoader
// @namespace http://tampermonkey.net/
// @version 1.0
// @updateURL https://gist.github.com/CEBracco/d97bb67272b56f5cb3b73f389f3722bb/raw/scriptLoader.user.js
// @description try to take over the world again!
// @author Batman
// @match http://*/*
// @match https://*/*
// @grant none
// ==UserScript==
// @name UniverseTheming
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://rosales.dat.cespi.unlp.edu.ar/*
// @require https://gist.githubusercontent.com/CEBracco/3840b85d881d4a536eaa0c9641dcdec9/raw/waitForKeyElements.js
// @grant none
// ==/UserScript==