本WIKI于2021年03月04日通过了时雨音的接管申请,编辑权限开放。

欢迎收藏本WIKI防止迷路,也希望有爱的小伙伴和我们一起编辑哟~

建议使用PC版页面访问本WIKI以获得更佳体验!

编辑帮助WIKI建议

全站通知:

MediaWiki:Bili.extra.wpSave.js

来自坎特伯雷公主与骑士唤醒冠军之剑的奇幻冒险WIKI_BWIKI_哔哩哔哩
(重定向自用户:646195980/wpSave.js
跳到导航 跳到搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/**
 * Bili.wpSave.submit.js | Fix bili auto sb editform 😅 | Inspiration comes from https://wiki.biligame.com/tools/?curid=3400
 * Author: 飞小RAN (https://wiki.biligame.com/gt/User:646195980)
 * License: See https://wiki.biligame.com/gt/User:646195980#License
 * Simple and Effective | How it Works: Turn off the click event then make it available for submission
**/
try {
    if (document.getElementById('wpSave')){
        document.getElementById('wpSave').outerHTML = document.getElementById('wpSave').outerHTML;
        document.getElementById('wpSave').type = "submit";
    }
} catch(e) {console.error(e)}