Ai
1 Star 0 Fork 0

guxw/csdn广告屏蔽

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
background.js 492 Bytes
一键复制 编辑 原始数据 按行查看 历史
guxw 提交于 2023-11-09 17:07 +08:00 . clear-side by css
// 监听标签页更新事件
chrome.tabs.onUpdated.addListener(function (tabId, changeInfo, tab) {
// 获取当前活动标签页的 ID
chrome.tabs.query({ active: true, currentWindow: true }, function (tabs) {
var tabId = tabs[0].id;
// 插入 CSS 样式表
chrome.scripting.insertCSS({
target: { tabId: tabId },
files: ['my-styles.css']
}, function () {
console.log('CSS 插入成功');
});
});
});
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/codeGu/wash-csdn.git
git@gitee.com:codeGu/wash-csdn.git
codeGu
wash-csdn
csdn广告屏蔽
master

搜索帮助