// ==UserScript== // @name 壁纸背景更换+Live2D看板娘-油猴中文网 // @namespace https://bbs.tampermonkey.net.cn/ // @version 0.2.2 // @description 油猴中文网壁纸背景更换+Live2D看板娘!老二次元了~!!! // @author 张仨 // @match https://bbs.tampermonkey.net.cn/* // @downloadURL https://bbs.tampermonkey.net.cn/forum.php?mod=viewthread&tid=1173&extra=page%3D1 // @supportURL https://bbs.tampermonkey.net.cn/forum.php?mod=viewthread&tid=1173&extra=page%3D1 // @homepageURL https://bbs.tampermonkey.net.cn/forum.php?mod=viewthread&tid=1173&extra=page%3D1 // @run-at document-start // @grant unsafeWindow // @require https://cdn.jsdelivr.net/gh/stevenjoezhang/live2d-widget@latest/autoload.js // ==/UserScript== /* く__,.ヘヽ.    / ,ー、 〉      \ ', !-─‐-i / /´       /`ー'    L//`ヽ、 Live2D 看板娘      /  /,  /|  ,  ,    ',    イ  / /-‐/ i L_ ハ ヽ!  i     レ ヘ 7イ`ト  レ'ァ-ト、!ハ|  |      !,/7 '0'   ´0iソ|   |         |.从"  _   ,,,, / |./   |      レ'| i>.、,,__ _,.イ /  .i  |       レ'| | / k_7_/レ'ヽ, ハ. |        | |/i 〈|/  i ,.ヘ | i |       .|/ / i:   ヘ!  \ |         kヽ>、ハ   _,.ヘ、   /、!        !'〈//`T´', \ `'7'ーr'        レ'ヽL__|___i,___,ンレ|ノ          ト-,/ |___./          'ー'  !_,.:*******************************/ /* * .::::. * .::::::::. * ::::::::::: FUCK YOU * ..:::::::::::' * '::::::::::::' * .:::::::::: * '::::::::::::::.. * ..::::::::::::. * ``:::::::::::::::: * ::::``:::::::::' .:::. * ::::' ':::::' .::::::::. * .::::' :::: .:::::::'::::. * .:::' ::::: .:::::::::' ':::::. * .::' :::::.:::::::::' ':::::. * .::' ::::::::::::::' ``::::. * ...::: ::::::::::::' ``::. * ```` ':. ':::::::::' ::::.. * '.:::::' ':'````.. */ unsafeWindow.onload=function(){ let script = document.createElement('link'); script.setAttribute('rel', 'stylesheet'); script.setAttribute('type', 'text/css'); script.href = "https://cdn.jsdelivr.net/npm/font-awesome/css/font-awesome.min.css"; document.documentElement.appendChild(script); document.getElementById('nv_forum').style.backgroundImage="url('https://www.dmoe.cc/random.php')"; document.getElementById('wp').style.backgroundColor="#ccffff"; } /* 网上搜集目前可用的api接口,自行更换即可!(也可换成自己喜欢的图片地址) https://api.sunweihu.com/api/bing1/api.php(必应每日) https://api.isoyu.com/bing_images.php(必应每日) https://api.sunweihu.com/api/sjbz/api.php(二次元) api https://api.mtyqx.cn/api/random.php(二次元动漫) https://api.mtyqx.cn/api/random.php(二次元动漫) https://api.ixiaowai.cn/api/api.php(二次元动漫) https://api.ixiaowai.cn/gqapi/gqapi.php(高清壁纸) https://www.dmoe.cc/random.php(樱花动漫) https://api.yimian.xyz/img(eee.dog) https://img.paulzzh.com/touhou/random(东方Project) https://cdn.seovx.com/?mom=302(古风美图二次元) http://www.dmoe.cc/random.php(二次元) https://api.mz-moe.cn/img.php(二次元) https://api.btstu.cn/sjbz/api.php(美女) https://acg.sx/images(后宫动漫)打开比较慢 http://api.btstu.cn/sjbz/?lx=dongman(新浪动漫) http://api.btstu.cn/sjbz/?lx=meizi(新浪美女) */