jira-use-whole-page-width

Make jira use whole width to make comments wider on issue view

  1. // ==UserScript==
  2. // @name jira-use-whole-page-width
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Make jira use whole width to make comments wider on issue view
  6. // @author You
  7. // @match https://*.atlassian.net/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. document.querySelectorAll('[data-testid="Content"]')[0].childNodes[0].className = "";
  14. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址