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 Ghost CMS Admin Bar | |
// @namespace http://example.com/ | |
// @version 2024-10-21 | |
// @description WordPress-style admin bar for Ghost CMS | |
// @author Amy Lane | |
// @match *://example.com/* | |
// @exclude *://example.com/ghost/* | |
// @grant none | |
// ==/UserScript== |