User:AblazeVase69188/common.js
注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。
- Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5或Ctrl-R(Mac为⌘-R)
- Google Chrome:按Ctrl-Shift-R(Mac为⌘-Shift-R)
- Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
- Opera:按 Ctrl-F5。
// InPageEdit Preferences
;(window.InPageEdit = window.InPageEdit || {}).myPreference = {
"doNotCollectMyInfo": false,
"editMinor": true,
"editSummary": "[InPageEdit] $section ",
"lockToolBox": true,
"redLinkQuickEdit": false,
"outSideClose": false,
"watchList": "preferences",
"noConfirmEdit": false,
"plugins": [
"toolbox.js",
"wiki-editor.js",
"fix-double-entrance.js"
]
}
//InPageEdit
mw.loader.load('https://cdn.jsdelivr.net/npm/mediawiki-inpageedit');
//mw.loader.load('https://unpkg.com/mediawiki-inpageedit')
//Wikiplus
mw.loader.load('https://wikiplus-app.com/Main.js');
mw.loader.getScript('https://wikiplus-app.com/Main.min.js').then( function() {
$("#p-views > #Wikiplus-Edit-TopBtn").css("display", "block");
$("#p-views > #Wikiplus-Edit-TopBtn a").addClass("wds-button wds-is-text page-header__action-button has-label").prepend('<svg class="wds-icon wds-icon-small" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 18 18"><path d="M14 8.586L9.414 4 11 2.414 15.586 7 14 8.586zM6.586 16H2v-4.586l6-6L12.586 10l-6 6zm11.121-9.707l-6-6a.999.999 0 0 0-1.414 0l-9.999 10a.99.99 0 0 0-.217.325A.991.991 0 0 0 0 11v6a1 1 0 0 0 1 1h6c.13 0 .26-.026.382-.077a.99.99 0 0 0 .326-.217l9.999-9.999a.999.999 0 0 0 0-1.414zm-2.125 8.064h2.052c.051 0 .099.01.143.03a.338.338 0 0 1 .114.079.356.356 0 0 1 .003.512l-2.928 2.915a.359.359 0 0 1-.12.079.363.363 0 0 1-.4-.079.36.36 0 0 1-.087-.373l.574-1.706H12.88a.382.382 0 0 1-.263-.103.378.378 0 0 1-.076-.4.357.357 0 0 1 .079-.12l2.928-2.915a.366.366 0 0 1 .402-.076.338.338 0 0 1 .114.078.36.36 0 0 1 .08.115.36.36 0 0 1 .027.141.364.364 0 0 1-.017.117z"/></svg>');
$('#p-cactions > ul #Wikiplus-Edit-TopBtn').insertAfter($('#p-cactions > ul > li > #ca-edit').parent());
$('#p-cactions > ul > #Wikiplus-Edit-TopBtn > span > a').prependTo('#p-cactions > ul > #Wikiplus-Edit-TopBtn');
if ($("html").hasClass("ve-not-available")) {
$("a.Wikiplus-Edit-SectionBtn").siblings(".mw-editsection-divider").remove();
$("a.Wikiplus-Edit-SectionBtn").html('<svg xmlns="http://www.w3.org/2000/svg" class="wds-icon wds-icon-tiny" viewBox="0 0 12 12"><path d="M6.712 4.503H11.2c.11 0 .215.02.311.062.097.038.18.092.25.162a.692.692 0 0 1 .173.235.697.697 0 0 1-.167.82l-6.4 5.999a.79.79 0 0 1-.262.162.823.823 0 0 1-.306.057.804.804 0 0 1-.568-.22.715.715 0 0 1-.167-.24.702.702 0 0 1-.061-.291c0-.084.013-.162.039-.235l1.252-3.511H.801a.856.856 0 0 1-.573-.214.738.738 0 0 1-.167-.824.733.733 0 0 1 .173-.246l6.4-6A.804.804 0 0 1 7.203 0c.112 0 .215.02.312.063.096.038.18.092.25.161a.692.692 0 0 1 .234.527.712.712 0 0 1-.039.24z"/></svg>');
}
});