Marti / uso - Monkey Barrel

Published:

Version: 0.1.13.1eol+c7e2f81 updated

Summary: Enhanced menu system for Userscripts.org

Groups:

Homepage: http://userscripts.org/scripts/show/114843

Homepage: https://openuserjs.org/scripts/Marti/uso_-_Monkey_Barrel

Homepage: https://github.com/Martii/UserScripts/tree/master/src/uso/Monkey Barrel

Support: http://userscripts.org/topics/89959

Copyright: 2011+, Marti Martz (http://userscripts.org/users/37004)

License: GPL-3.0-or-later; http://www.gnu.org/licenses/gpl-3.0.txt

License: CC-BY-NC-SA-4.0; https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode

General Highlighted Overview

| Compatibility Matrix | Overview | Examples


CHANGELOG

  • IMPORTANT: BE CAREFUL USING the DOMNotify or bottomsUp Theme with uso - installWith since greasemonkey#1384 may be unresolved and the DOM may not exist at a given time with @run-at document-start.

Compatibility Matrix

Mozilla Firefox Mozilla Seamonkey Apple Safari Opera Software Opera Microsoft Internet Explorer Chromium Projects ChromiumGoogle Chrome                     
Linux Greasemonkey Greasemonkey prc uso - installWith GM_config Greasemonkey Port uso - installWith GM_config
Macintosh Greasemonkey Greasemonkey prc uso - installWith GM_config Greasemonkey Port uso - installWith GM_config
Windows Greasemonkey Greasemonkey prc uso - installWith GM_config Greasemonkey Port uso - installWith GM_config
  • Use this compatibility matrix to determine if this script is right for your system. Find the platform on the left and find your browser on the top. Where they intersect is the compatibility.

Overview

A enhanced "no fluffs" menu system for Userscripts.org⁸⁰⁸⁰ with the added simplicity of GM_config configuration in the User Interface. This script should also be very compatible with userscripts.org alternate CSS⁸⁰⁸⁰. ;) Don't mess with us Monkeys! ;)                         

Examples

{
 "Monkey Barrel": [
  "/scripts/show/114843",
  {
   "recent posts": "/posts?kind=all",
   "recent topics": "/topics",
   "recent comments": "/comments",
   "recent images": "/images",
   "": "",
   "recent spam": "/spam",
   "recent potential spam": "/posts?kind=all&spam=1",
   "recent potential spam by score": "/posts?kind=all&spam=score",
   "spam and malware \u00bb": "/topics/9#posts-last",
   "cookie stealing scripts \u00bb": "/topics/704#posts-last"
  }
 ],
 "Scripts": [
  "/scripts",
  {
   "recent posts": "/posts?kind=script",
   "recent reviews": "/reviews",
   "recent potential spam": "/posts?kind=script&spam=1",
   "recent potential spam by score": "/posts?kind=script&spam=score",
   "": "",
   "popular scripts": "/",
   "all scripts by name": "/scripts?sort=name",
   "most discussed": "/scripts?sort=posts",
   "highest rated": "/scripts?sort=rating",
   "most favorited": "/scripts?sort=fans",
   "most installed": "/scripts?sort=installs",
   " ": "",
   "new script by upload": "/scripts/new",
   "new script by pasting": "/scripts/new?form=true"
  }
 ],
 "Tags": [
  "/tags",
  {
   "most frequently used tags": "/tags?sort=count",
   "all tags by name": "/tags?page=1"
  }
 ],
 "Forums": [
  "/forums",
  {
   "recent posts": "/posts?kind=forum",
   "recent potential spam": "/posts?spam=1",
   "recent potential spam by score": "/posts?kind=forum&spam=score",
   "": "",
   "script development": "/forums/1",
   "ideas and script requests": "/forums/2",
   "userscripts.org discussion": "/forums/3",
   "the banana bar": "/forums/4",
   "greasefire": "/forums/5"
  }
 ],
 "People": [
  "/users",
  {
   "all members by name": "/users?page=1",
   "all members by # of scripts": "/users?sort=scripts",
   "all members by # of comments": "/users?sort=comments",
   "all members by # of posts": "/users?sort=posts"
  }
 ],
 "Blog": [
  "/articles",
  {
   "rss feed": "/feeds/recent_articles"
  }
 ],
 "Guides": [
  "/guides",
  {
   "highest rated": "/guides?sort=votes",
   "most discussed": "/guides?sort=comments",
   "sorted by author": "/guides?sort=author",
   "sorted by date": "/guides?sort=updated"
  }
 ]
}

Rating: 0