|
Script Summary:
Displays a box when you have one or more new alert on RvB, which provides links to check those alerts. (Applies only to members of the community at roosterteeth.com who do NOT use the extension) Version: 3.0.0 |
This script has no discussions. |
This script has no reviews. |
IMPORTANT: Do not use this script if you already use the extension. If you use this script and install the extension in the future, remember to disable or uninstall this script. The two do the exact same thing, and will try to compete with one-another.
New in this version:
-- Has the ability to minimize and restore the alert box by clicking the added arrow icons.
-- Now properly provides all links, and journal and image comments now properly link just like on the homepage.
-- Alert Icons have been restored to full functionality.
-- Position of the Alert Box has been moved to prevent it from getting in the way of top-aligned menu bars.
Note: Several preferences are available to be set. After installing, if you wish to change the defaults go to Tools->Greasemonkey->Manage User Scripts and edit the script called RvB Alerts. In the script you will see a block of descriptor text, and then a some preferences you can edit. Please only edit the items that are in bold here.
--------------------------------------------------------------------------------------------------
// Site Preference: Change to your favorite color scheme (rvb, ah, sh, magic, panics, delta) */
var page="rvb";
// Distance to offset Alert Box from the top of the page (keep in mind that some sites like Google
// have controls at the top of the page, so you want to leave room so you don't block them.)
// Can be a percentage or a pixel value | 'default'=='20%' |
topDist = 'default';
// ALERT ICONS: These should be "default" or the URL of an image no more than 12px high.
msgIcon = 'default';
friendIcon = 'default';
commentIcon = 'default';
blogIcon = 'default';
newsIcon = 'default';
comicIcon = 'default';
vidIcon = 'default';





