// ==UserScript== // @name To Japanese Mods Database // @namespace mikanNsjd // @version 5.1 // @description SteamのRimWorldワークショップ、NexusmodsのSkyrim、Fallout、MB2 Bannerlordページに、日本語MODデータベースへのリンクを追加します // @author mikan-megane // @grant none // @include https://*.nexusmods.com/skyrim/mods/* // @include https://*.nexusmods.com/skyrimspecialedition/mods/* // @include https://*.nexusmods.com/fallout4/mods/* // @include https://*.nexusmods.com/fallout76/mods/* // @include https://*.nexusmods.com/mountandblade2bannerlord/mods/* // @include https://steamcommunity.com/sharedfiles/filedetails/* // @include https://steamcommunity.com/workshop/filedetails/* // @downloadURL none // ==/UserScript== (function () { var url; if (location.hostname === 'steamcommunity.com') { if (document.querySelector('.apphub_AppName').textContent === 'RimWorld') { url = location.search.match(/id=(\d+)/); if (url !== null) { if (document.querySelector('#rightContents .sidebar') !== null) { document.querySelector('#rightContents .sidebar').insertAdjacentHTML('beforebegin', '
'); } } } } else { url = location.pathname.match(/(.*)\/mods\/(\d+)/); if (url !== null) { document.querySelector(".modactions > li:first-child").insertAdjacentHTML('beforebegin', '