1 Star 0 Fork 0

/ AcfunChromePlugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
operation.js 817 Bytes
一键复制 编辑 原始数据 按行查看 历史
提交于 2015-06-15 20:51 . init & first commit
window.onload=function(){
var head = document.getElementsByTagName('head')[0];
chrome.storage.sync.get(["info","baozi","redname"],function(date){
console.log(date);
if(!date.info)
{
var link = document.createElement('link');
link.href = "http://1.canapi.sinaapp.com/info.css";
link.rel = 'stylesheet';
link.type = 'text/css';
head.appendChild(link);
}
if(!date.baozi)
{
var link2 = document.createElement('link');
link2.href = "http://1.canapi.sinaapp.com/baozi.css";
link2.rel = 'stylesheet';
link2.type = 'text/css';
head.appendChild(link2);
}
if(!date.redname)
{
var link3 = document.createElement('link');
link3.href = "http://1.canapi.sinaapp.com/redname.css";
link3.rel = 'stylesheet';
link3.type = 'text/css';
head.appendChild(link3);
}
})
}
1
https://gitee.com/smilec/AcfunChromePlugin.git
git@gitee.com:smilec/AcfunChromePlugin.git
smilec
AcfunChromePlugin
AcfunChromePlugin
master

搜索帮助