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 GitHub Copy Title Link | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.1 | |
| // @description Copies PR/issue title as a rich link (emulates CMD+C on selected title) for Slack etc. | |
| // @author You | |
| // @match https://github.com/*/pull/* | |
| // @match https://github.com/*/issues/* | |
| // @grant clipboardWrite | |
| // @run-at document-idle |
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
| { | |
| "meta": { | |
| "title": "Navigation Block with Hash Links & Customizable Overlays Experiment", | |
| "description": "Testing Navigation Block with Hash Links with Gutenberg Customizable Navigation Overlays experiment enabled", | |
| "author": "automattic" | |
| }, | |
| "landingPage": "/wp-admin/site-editor.php", | |
| "steps": [ | |
| { | |
| "step": "runPHP", |
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
| { | |
| "meta": { | |
| "title": "Navigation Block with Hash Links & Customizable Overlays Experiment", | |
| "description": "Testing Navigation Block with Hash Links with Gutenberg Customizable Navigation Overlays experiment enabled", | |
| "author": "automattic" | |
| }, | |
| "landingPage": "/wp-admin/site-editor.php", | |
| "steps": [ | |
| { | |
| "step": "runPHP", |
NewerOlder