Skip to content

Instantly share code, notes, and snippets.

View josecanciani's full-sized avatar

Jose Canciani josecanciani

View GitHub Profile
@josecanciani
josecanciani / avature-custom-styles.user.js
Last active April 19, 2022 14:26
Avature Custom Styles
// ==UserScript==
// @name Avature custom styles
// @namespace https://github.com/josecanciani
// @match https://*.avature.net/*
// @match https://obdbqa*.obfuscate.xcade.dev/*
// @match https://qa*.rebuild.xcade.dev/*
// @version 5
// @author Jose Luis Canciani
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @description This script applies some style changes in Avature webpages.
@josecanciani
josecanciani / gitlab-merge-request-diff-file-filter.user.js
Last active January 25, 2022 14:17
Gitlab Merge Request Changes file filtering
// ==UserScript==
// @name Gitlab Merge Request Changes file filtering
// @namespace https://github.com/josecanciani
// @include https://gitlab.com/*/-/merge_requests/*
// @include https://*gitlab*/-/merge_requests/*
// @version 10
// @updateURL https://gist.githubusercontent.com/josecanciani/2e6d1d0b9ce9889eb5ac480219f21e19/raw/gitlab-merge-request-diff-file-filter.user.js
// @author Jose Luis Canciani
// @license GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html
// @description This script will provide a filter box to add Regexp filters for files in the list
@josecanciani
josecanciani / object.sh
Last active March 25, 2022 18:37
This file allows creating simple objects in Bash scripts
#!/bin/bash -e
## This helper allows to create simulated objects in Bash
## Source: https://gist.github.com/josecanciani/c036b5c63befa4d09acb1767e2a0b889
##
## USAGE
##
## Lets create a person with first and last name
##
## source /path/to/where/you/downloaded/object.sh