Created
June 10, 2024 16:25
-
-
Save gabrielrbarbosa/cbacf81b1373d9520756b06f3da8e8eb to your computer and use it in GitHub Desktop.
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 Show All Branches | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-06-04 | |
| // @description Show All branches by default in bitbucket | |
| // @author You | |
| // @match https://bitbucket.org/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=bitbucket.org | |
| // @grant none | |
| // ==/UserScript== | |
| (function() {sessionStorage.setItem('bbc-commit-list-main-branch', true)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment