摘要: 1 function withjQuery(callback, safe) { 2 if (typeof (jQuery) == "undefined") { 3 var script = document.createElement("script"); 4 script.type = "text/javascript"; 5 script.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"; 6 7 if (... 阅读全文
posted @ 2013-04-06 19:17 jieyuefeng 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 1 // ==UserScript== 2 // @name xiaobao 3 // @namespace sunmi.sinaapp.com 4 // @description for xiaobao 5 // @include http://cnc.qzs.qq.com/qzone/v6/setting/permit/visit.html 6 // @version 1 7 // ==/UserScript== 8 9 10 document.getElementById("friend_a_1").attachEvent("onblur", fu 阅读全文
posted @ 2013-04-06 19:16 jieyuefeng 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 最早用的网易博客(http://jieyuefeng.blog.163.com),后来不记得什么原因让我放弃了,应该是哪里很不好用吧;后来用了新浪博客(http://blog.sina.com/jieyuefeng),这个插入代码时候效果太差了,还有错误,所以还是果断放弃吧;今天在这里落家了(http://cnblogs.com/jieyuefeng),谢谢。 阅读全文
posted @ 2013-04-06 19:12 jieyuefeng 阅读(122) 评论(0) 推荐(0) 编辑