搜索的时候自动高亮加粗显示再生高于800的
< Commentaires sur NICO再生数大于800就加亮
请教一个问题我想把www.south-plus.net的帖子回复数高亮该怎么写代码呢
https://www.south-plus.net/thread.php?fid-48.html
这个页面
没学过代码,自己尝试把$(".count.view").find("span").each(function(){
修改$(".tal.y-style.f10").find("span").each(function(){
也不行,可以帮忙指导一下吗
这是代码
window.addEventListener("load",function(){ const doms = document.querySelectorAll(".tal.y-style.f10>span") ;[...new Set(doms)].forEach((r) => r.style.fontWeight = "bold") })
自己复制到相应位置就行了,至于要高亮成什么效果就看你自己了咯。
也可以改颜色:
;[...new Set(doms)].forEach((r) => { r.style.fontWeight = "bold"; r.style.color= "#ed6868"; })
match你自己看看怎么写哈,我是直接全匹配了
// @match https://www.south-plus.net/*
请教一个问题我想把www.south-plus.net的帖子回复数高亮该怎么写代码呢
https://www.south-plus.net/thread.php?fid-48.html
这个页面
没学过代码,自己尝试把$(".count.view").find("span").each(function(){
修改$(".tal.y-style.f10").find("span").each(function(){
也不行,可以帮忙指导一下吗
我上传了这个插件,你可以参考一下
south-plus高亮回复数
非常感谢,没想到还能得到回复
非常感谢,没想到还能得到回复
哈哈哈,不客气呀,偶然看到了嘿嘿
请教一个问题我想把www.south-plus.net的帖子回复数高亮该怎么写代码呢
https://www.south-plus.net/thread.php?fid-48.html 这个页面 没学过代码,自己尝试把
$(".count.view").find("span").each(function(){
修改$(".tal.y-style.f10").find("span").each(function(){
也不行,可以帮忙指导一下吗