您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
url clip
当前为
// ==UserScript== // @name url_clip // @include *wikipedia.org* // @supportURL https://github.com/sxlgkxk/browser_script/issues // @version 0.1 // @description url clip // @namespace http://sxlgkxk.github.io/ // @author sxlgkxk // @icon http://sxlgkxk.github.io/im/avatar.jpg // @license MIT // @grant GM_getValue // @grant GM_setValue // @grant GM_xmlhttpRequest // ==/UserScript== (function () { setTimeout(function () { // hexo url dom = document.createElement('div'); dom.id = 'url-hexo-container'; let title='', imageUrl=''; title = document.title.replace('"', "'"); // if(location.href.startsWith('https://www2.javhdporn.net/video/')) { // imageUrl=document.querySelector('head > meta[property="og:image"]').getAttribute('content') // } else { // } dom.innerHTML = `<span>{%url ${location.href} "${title}" %}</span><br>` // +`<span>${imageUrl}</span><br>` +`<span>{%endurl%}</span> <style> #url-hexo-container { width: 100%; text-align: center; background-color: #ddd; color: #000; padding: 10px; font-size: 20px; text-shadow: none; } </style> ` document.body.prepend(dom); }, 10) })();
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址