Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save gabrielrbarbosa/cbacf81b1373d9520756b06f3da8e8eb to your computer and use it in GitHub Desktop.

Select an option

Save gabrielrbarbosa/cbacf81b1373d9520756b06f3da8e8eb to your computer and use it in GitHub Desktop.
// ==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