今見ている GitHub リポジトリの subscribe 中の Issue 一覧

    
      
  • /*
     * @title 今見ている GitHub リポジトリの subscribe 中の Issue 一覧
     * @description 今見ている GitHub リポジトリの subscribe している Issue を一覧するページを開きます。
     * @include https://github.com/*
     * @license MIT License
     * @require 
     */
    
    open("https://github.com/notifications/subscriptions?reason=manual&repository="+decodeURIComponent(btoa('010:Repository'+document.querySelector('meta[name="hovercard-subject-tag"]').content.split(':')[1])))
  • Permalink
    このページへの個別リンクです。
    RAW
    書かれたコードへの直接のリンクです。
    Packed
    文字列が圧縮された書かれたコードへのリンクです。
    Userscript
    Greasemonkey 等で利用する場合の .user.js へのリンクです。
    Loader
    @require やソースコードが長い場合に多段ロードする Loader コミのコードへのリンクです。
    Metadata
    コード中にコメントで @xxx と書かれたメタデータの JSON です。

History

  1. 2024/09/04 17:54:41 - 09/04