Jump to content

User:Audacity/monobook.js

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Audacity (talk | contribs) at 03:21, 27 September 2018 (revert vandalism to version dated 2018-06-15 02:32:07 by Audacity using popups). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
//***Amazon book source from [[User:Lunchboxhero/vector.js]]***//
 
var book_source_URL = "http://www.amazon.com/gp/s?search-alias=stripbooks&field-isbn=MAGICNUMBER";
importScript('User:Lunchboxhero/externISBN.js');

//***Loader***//
window.onload = Main;
function Main() {
addlinks();
addtoolboxlinks();
}

//**Popups: [[User:Lupin/popups.js]]**//

popupRevertSummary="revert vandalism to version %s using [[:en:Wikipedia:Tools/Navigation_popups|popups]]"
popupRevertSummaryPrompt=true
popupQueriedRevertSummary="revert vandalism to version dated $2 by $3 using [[:en:Wikipedia:Tools/Navigation_popups|popups]]"
popupQueriedRevertToPreviousSummary="revert vandalism to version dated $2 by $3 using [[:en:Wikipedia:Tools/Navigation_popups|popups]]"	

//***[[Wikipedia:Comments in Local Time]]***//
LocalComments = {
	dateDifference: false,
	dateFormat: 'dmy',
	timeFirst: true,
	twentyFourHours: false,
	dayOfWeek: false,
	dropDays: 0,
	dropMonths: 0
};