This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
OlderNewer