User:Krish!/standard.js
Appearance
(Redirected from User:Prashant!/standard.js)
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
Documentation for this user script can be added at User:Krish!/standard. This user script seems to have an accompanying .css page at User:Krish!/standard.css. |
/* Calmer "You have new messages" alert - green instead of orange */
.usermessage {background-color: #cef2e0; border: 1px solid #a3bfb1; }
// user:js/6tabs-vector
sixTabsNames={'edit':'edit', 'viewsource':'Source', 'history':'history', 'addsection':'+'};
importScript('user:js/6tabs-vector.js');
/* Hide stuff in edit mode - boilerplate messages*/
#minoredit_helplink {display:none} /* hide - minor edit help link */
#wpSummaryLabel {display:none} /* hide - edit summary help link */
#editpage-copywarn, #editpage-copywarn2, #editpage-copywarn3 {display:none} /* hide - copyright warnings */
#mw-wikimedia-editpage-tos-summary {display:none} /* hide - terms of service summary */
/* Hide stuff elsewhere - icons and boilerplate messages*/
#footer {display:none} /* Hide - page-footer (copyleft/disclaimers/banner icons) */
body {background: #f9f9f9} /* hide - the large page background image. */
#feed-atom {display:none} /* hide - rss icon */
li#pt-userpage {background:none} /* hide - the tiny 'person icon' by your username */
#pt-prefswitch-link-on, #pt-prefswitch-link-anon {display:none} /* hide - new skin notices */
/* limits the highlights on the N, m, b information to bolding and a tooltip */
abbr.newpage, abbr.minor, abbr.bot {border-bottom: none; cursor: auto;}
/* Tweak the color of the highlightmyname script */
span.ais523hmn {background-color:#82D9AD !important}
/* Tweak the color of the highlight-admin-names script - pink admins on parade! */
.ais523_adminrights_admin, .mw-userlinkais523_adminrights_admin {background-color:#F2CEE0 !important;}