-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
// ==UserScript== | ||
// @name oujs - Meta View | ||
// @namespace https://openuserjs.org/users/Marti | ||
// @author Marti Martz <[email protected]> (https://openuserjs.org/scripts/Marti) | ||
// @description Adds a script navigation link next to `Source Code` titled `Meta` and opens a phantom url to show the detected metadata | ||
// @copyright 2014+, Marti Martz (https://openuserjs.org/users/Marti) | ||
// @license CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode | ||
// @license GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt | ||
// @version 4.4.7 | ||
// @version 4.4.8 | ||
// @icon https://www.gravatar.com/avatar/7ff58eb098c23feafa72e0b4cd13f396?r=G&s=48&default=identicon | ||
|
||
// @homepageURL https://github.com/Martii/UserScripts/tree/master/src/oujs/Meta%20View | ||
|
@@ -25,6 +26,10 @@ | |
|
||
// ==/UserScript== | ||
|
||
// ==OpenUserJS== | ||
// @author Marti | ||
// ==/OpenUserJS== | ||
|
||
/* jshint esversion: 5 */ | ||
/* globals ace */ | ||
|
||
|