Git Product home page Git Product logo

bestjira's Introduction

Even Better Jira

Removes everything off the screen that is not the kanban board itself, and then fullscreens the page. (must refresh the page to bring menus back)

UPDATE Feb 01, 2021 script has been updated

If you already have the "Even Better Jira" bookmark, simply copy the new script below and edit the existing bookmark to replace the old script.


kanban board

Instructions

  1. Bookmark this page
  2. Right click the newly created bookmark
  3. Click "Edit" (if on Firefox, click "Properties")
  4. Rename the bookmark to "Even Better Jira"
  5. Copy and Paste the following code into the "URL" section of the bookmark (or "location" or "Address" depending on the browser)
javascript:(function(){var frontend=document.querySelector('#jira-frontend'),container=document.querySelector('.ghx-work-wrapper'),sideNav=document.querySelector('[data-testid="ContextualNavigation"]'),topNav=document.querySelector('[aria-label="Primary Navigation"]'),boardMenu=document.querySelector('#ghx-operations'),titleHeader=document.querySelector('#ghx-header'),breadCrumbs=document.querySelector('[data-testid="rapidboard-breadcrumbs"]'),headerBanner=document.querySelector('header[role="banner"]').parentNode.parentNode,board=document.querySelector('#ghx-work');[sideNav, topNav, boardMenu, titleHeader, breadCrumbs, headerBanner].forEach(elem => elem && elem.remove());document.querySelectorAll('.ghx-issue-subtask').forEach(elem => elem.style = 'margin-left: 20px;');frontend.style = 'padding: 10px;';frontend.firstElementChild.firstElementChild.style = 'display: block;';board.style = 'height: 100vh;';document.documentElement.requestFullscreen();})();

  1. Open a jira kanban board and click your new bookmark
  2. Profit!

Like this tool? Let me know!


made with ♥️ by Adam Sisk

bestjira's People

Contributors

calamityadam avatar

Stargazers

Robert Fuller avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.