MediaWiki:Common.js: Difference between revisions
Configadmin (talk | contribs) Created page with "→Any JavaScript here will be loaded for all users on every page load.: if (window.location.href.indexOf("ElectronPdf&page") > -1) { //alert("your url contains the na..." |
Dgreenwood (talk | contribs) No edit summary Tag: Manual revert |
||
| (14 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
/* Any JavaScript here will be loaded for all users on every page load. */ | /* Any JavaScript here will be loaded for all users on every page load. */ | ||
/* | |||
if (window.location.href.indexOf("ElectronPdf&page") > -1) { | if (window.location.href.indexOf("ElectronPdf&page") > -1) { | ||
//alert("your url contains the name franky"); | //alert("your url contains the name franky"); | ||
| Line 6: | Line 9: | ||
var page_url = (page_ID[0].innerText.substring(0, page_ID[0].innerText.length-4)); | var page_url = (page_ID[0].innerText.substring(0, page_ID[0].innerText.length-4)); | ||
var downloadBtn = document.getElementsByClassName("oo-ui-inputWidget-input oo-ui-buttonElement-button"); | var downloadBtn = document.getElementsByClassName("oo-ui-inputWidget-input oo-ui-buttonElement-button"); | ||
$(downloadBtn).replaceWith("<a href='http://okcstwik00:3000/pdf?accessKey=secret&url=http://wikitest.grooper.com/index.php?title="+ page_url +"' class= 'oo-ui-inputWidget-input oo-ui-buttonElement-button'>Download</a>") | $(downloadBtn).replaceWith("<a href='http://okcstwik00:3000/pdf?accessKey=secret&url=http://wikitest.grooper.com/index.php?title="+ page_url +"&pageSize=Letter&landscape=true' class= 'oo-ui-inputWidget-input oo-ui-buttonElement-button'>Download</a>") | ||
//$("span").first().replaceWith("<a href='http://okcstwik00:3000/pdf?accessKey=secret&url=http://wikitest.grooper.com/index.php?title="+ page_url +"' class= 'oo-ui-inputWidget-input oo-ui-buttonElement-button'>Download</a>") | //$("span").first().replaceWith("<a href='http://okcstwik00:3000/pdf?accessKey=secret&url=http://wikitest.grooper.com/index.php?title="+ page_url +"&pageSize=Letter&landscape=true' class= 'oo-ui-inputWidget-input oo-ui-buttonElement-button'>Download</a>") | ||
} | } | ||
GartnerPI_Widget({ | |||
size: "small", | |||
theme: "light", | |||
sourcingLink: "https://it.gtnr.io/pVfbCyTeA", | |||
widget_id: "ZWYwMDE5NDAtZmNiYi00OTYyLThjY2QtNzM0MzcwMDA5NzA3", | |||
container: document.querySelector("#gartner") | |||
}) | |||
*/ | |||
Latest revision as of 11:02, 20 August 2025
/* Any JavaScript here will be loaded for all users on every page load. */
/*
if (window.location.href.indexOf("ElectronPdf&page") > -1) {
//alert("your url contains the name franky");
var page_ID = document.getElementsByClassName("mw-electronpdfservice-selection-label-desc");
//console.log(page_ID)
var page_url = (page_ID[0].innerText.substring(0, page_ID[0].innerText.length-4));
var downloadBtn = document.getElementsByClassName("oo-ui-inputWidget-input oo-ui-buttonElement-button");
$(downloadBtn).replaceWith("<a href='http://okcstwik00:3000/pdf?accessKey=secret&url=http://wikitest.grooper.com/index.php?title="+ page_url +"&pageSize=Letter&landscape=true' class= 'oo-ui-inputWidget-input oo-ui-buttonElement-button'>Download</a>")
//$("span").first().replaceWith("<a href='http://okcstwik00:3000/pdf?accessKey=secret&url=http://wikitest.grooper.com/index.php?title="+ page_url +"&pageSize=Letter&landscape=true' class= 'oo-ui-inputWidget-input oo-ui-buttonElement-button'>Download</a>")
}
GartnerPI_Widget({
size: "small",
theme: "light",
sourcingLink: "https://it.gtnr.io/pVfbCyTeA",
widget_id: "ZWYwMDE5NDAtZmNiYi00OTYyLThjY2QtNzM0MzcwMDA5NzA3",
container: document.querySelector("#gartner")
})
*/