【技术贴】教米屌打出贴吧蓝字、蓝黑混合字、蓝色和谐字
ac米兰吧
全部回复
仅看楼主
level 11
一楼喝翔,先马后看,年薪百万。
2012年05月23日 09点05分 1
level 11
分5步教学
第一步:无链接蓝字(鼠标放在字上面没有反应)
第二步:有链接蓝字(鼠标放在字上面会变成小手,和网址的显示一样)
第三步:蓝黑混合字
第四步:和谐字
第五步:蓝色蓝黑和谐字
2012年05月23日 09点05分 2
[Kiss]
2012年05月23日 11点05分
2012年05月23日 14点05分
[怒]
2012年05月23日 14点05分
[怒]
2012年05月23日 14点05分
level 11
2012年05月23日 10点05分 3
不行啊 哥们
2012年07月19日 05点07分
level 11
2012年05月23日 10点05分 4
level 11
相间
2012年05月23日 10点05分 5
level 11
我是警察叔叔,我是和谐字
2012年05月23日 10点05分 6
level 11
我是警察叔叔,我是和谐字
2012年05月23日 10点05分 7
level 14
我要红字 不要表妹的颜色
2012年05月23日 10点05分 8
[拍砖]百度木有红字
2012年05月23日 10点05分
@雪落灬无痕 百度真内拉[真棒]
2012年05月23日 10点05分
2012年06月12日 10点06分
level 11
[拍砖]单机?
2012年05月23日 10点05分 9
继续啊
2012年05月23日 10点05分
@cuanxinpei [狂哭]没人看
2012年05月23日 10点05分
level 11
无链接蓝字:在ie内核浏览器地址栏(非回复栏)输入如下代码,将弹出对话框,直接在对话框中输入后确定,就能变成蓝字。(弹不出来说明安全级别过高,把ie安全级别设置成中或以下就行)
javascript:var content;var tieba;content=prompt("[无链接蓝字]\n请输入回帖内容:","水滴");tieba=rich_postor._getData();tieba.content="<a href=http://"+content+"/' target='_blank' >"+content+"</a>";PostHandler.post(rich_postor._option.url,tieba,function(I){rich_postor.showAddResult(I)},function(I){});void 0;
2012年05月23日 10点05分 10
回复后下面总有下划线[拍砖]
2012年05月23日 13点05分
楼主现在这招不可以啊[拍砖]
2012年07月31日 05点07分
level 11
有链接蓝字:在ie内核浏览器地址栏(非回复栏)输入如下代码,将直接回复帖子,如果需要输验证码,先输入好。
javascript:var c=rich_postor._getData();c.content='<a href="http://有链接蓝字/" target="_blank">有链接蓝字</a>';for(var i=1;i<=1;i++){PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0
中间有两处“有链接蓝字”,将其同时改成别的字就会变成别的蓝字。
如输入“我艹”,就使用如下代码:
javascript:var c=rich_postor._getData();c.content='<a href="http://我艹/" target="_blank">我艹</a>';for(var i=1;i<=1;i++){PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0

2012年05月23日 10点05分 11
level 11
蓝黑相间字:
和有链接蓝字相仿,5楼代码如下:
javascript:var c=rich_postor._getData();c.content='蓝<a href="http://黑/" target="_blank">黑</a>相间<a href="http://字/" target="_blank">字</a>体';for(var i=1;i<=1;i++){PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0
在上面的代码中“<a href="http://黑/" target="_blank">黑</a>”这样一个代码就表示蓝色的“黑”字,而单独的两个字“相间”表示2个黑字相间。
比如要输出黑字“我”,蓝字“艹”,就用如下代码:
javascript:var c=rich_postor._getData();c.content='我<a href="http://艹/" target="_blank">艹';for(var i=1;i<=1;i++){PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0

2012年05月23日 10点05分 12
我艹的代码写错了[$1][$1]javascript:var c=rich_postor._getData();c.content='我<a href="http://艹/" target="_blank">艹</a>';for(var i=1;i<=1;i++){PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0[$1]
2012年05月23日 10点05分
level 11
和谐字:
ie浏览器新建一个标签(收藏夹里面的网站),将其网址设置为如下代码:
javascript:(function%20(){var%20str=rich_postor._editor.getHtml();var%20out="";for(var%20i=0;i<str.length;i++){if(str.charCodeAt(i)<128){out+=str.charAt(i);}else{out+="&#"+str.charCodeAt(i)+";";}}rich_postor._editor.getHtml=function%20(){return%20out;};rich_postor._submit();})();
然后回复的时候只需先在回复栏输入要回复的内容再点这个标签即可。
2012年05月23日 10点05分 13
新建标签什么意思
2012年05月23日 10点05分
@苏打时刻 不会新建就用你收藏夹里面随便一个标签点属性把网址改了就行了,然后这个标签就可以用来专门回复和谐字
2012年05月23日 10点05分
**
2012年05月23日 13点05分
**
2012年05月23日 13点05分
level 11
没人
挽尊
,蛋疼
最后一个蓝黑和谐字,和蓝色有链接字相仿,不过和谐字需要转换成unicode编码。
先到站长工具网站:http://tool.chinaz.com/Tools/Unicode.aspx
将和谐字转换成unicode代码,然后将此代码替换掉和谐字去套用蓝黑相间字的规律即可。

2012年05月23日 10点05分 14
level 11
7楼代码如下:
javascript:var c=rich_postor._getData();c.content='我是<a href="http://警;察叔叔/" target="_blank">警察叔叔</a>,我是和谐字';for(var i=1;i<=1;i++){PostHandler.post(rich_postor._option.url,c,function(I){rich_postor.showAddResult(I)},function(I){});};void 0

2012年05月23日 10点05分 15
level 11
尼玛 连个挽尊的都没有[拍砖]
2012年05月23日 10点05分 16
level 12
[打酱油]
2012年05月23日 10点05分 17
[飞吻]
2012年05月23日 10点05分
level 14
马马马马马马马马马马马马马马马马马马马马马马马马马马马马马马马马马马
2012年05月23日 10点05分 18
[HI]
2012年05月23日 10点05分
level 6
javascript:var content;var tieba;content=prompt("[无链接蓝字]\n请输入回帖内容:","水滴");tieba=rich_postor._getData();tieba.content="<a href=http://"+content+"/' target='_blank' >"+content+"</a>";PostHandler.post(rich_postor._option.url,tieba,function(I){rich_postor.showAddResult(I)},function(I){});void 0;
2012年05月23日 10点05分 19
[汗]
2012年05月23日 10点05分
@雪落灬无痕 为毛不行
2012年05月23日 10点05分
@sc334270371 行个毛,输入在地址栏不是回复栏
2012年05月23日 10点05分
level 14
2012年05月23日 10点05分 20
[Yeah]
2012年05月23日 10点05分
2012年05月23日 10点05分
2012年05月23日 10点05分
1 2 3 4 5 尾页