|
L******w 发帖数: 2317 | 2 var taibazi_dashabis = ['addadd2', 'tsd', 'pta', 'addadd3',
'addadd1', 'addadd4','haibugui','fuckthrust','StephenKing',
'hongkongpig','kayaker','GoBlue','moonlight1','haibugui','mynight',
'homelessdog','cayil','xiaxie8','Fulkerson','woaibainiu','Frankfurt2',
'zhonghangyue','takaoka','ZhouYongKang','shave'r,'zmimy','chinabbsdad',
'a567878','dnb','fjerseyvsmom','withoutacar','SeattlePD','hongkongcow',
'catflower','CornucopiaX','P235','chenkai','juanxi','methods',
'renyanhe','swordsman','umutata','... 阅读全帖 |
|
c*********d 发帖数: 9770 | 3 嗯,你们小将有高科技,可以自己做鸵鸟。
发信人: aichitang (aichitang), 信区: Military
标 题: 不得不写了两行代码,把台巴子全屏蔽了
发信站: BBS 未名空间站 (Wed May 4 13:01:40 2016, 美东)
下载这个chrome插件,叫Custom JavaScript for websites
https://chrome.google.com/webstore/detail/custom-javascript-for
poakhlngfciodnhlhhgnaaelnpjljija?hl=en
然后填上这段代码,同时也要代码上面的下拉菜单中点选jQuery2.1.0
var taibazi_dashabis = ['addadd2', 'tsd', 'pta', 'addadd3']
$("table > tbody > tr > td:nth-child(5) > a.news").each(function(i) {
if (taibazi_dashabis.indexOf($(this).text()) > -1... 阅读全帖 |
|
c*********d 发帖数: 9770 | 4 用代码来拒绝老将。
发信人: aichitang (aichitang), 信区: Military
标 题: 不得不写了两行代码,把台巴子全屏蔽了
发信站: BBS 未名空间站 (Wed May 4 13:01:40 2016, 美东)
下载这个chrome插件,叫Custom JavaScript for websites
https://chrome.google.com/webstore/detail/custom-javascript-for
poakhlngfciodnhlhhgnaaelnpjljija?hl=en
然后填上这段代码,同时也要代码上面的下拉菜单中点选jQuery2.1.0
var taibazi_dashabis = ['addadd2', 'tsd', 'pta', 'addadd3']
$("table > tbody > tr > td:nth-child(5) > a.news").each(function(i) {
if (taibazi_dashabis.indexOf($(this).text()) > -1) {
... 阅读全帖 |
|
e********d 发帖数: 2073 | 5 var taibazi_dashabis = ['pta', 'ldy','large6','SeattlePD','Mayingba',
'addadd6','addadd9']
$("table > tbody > tr > td:nth-child(5) > a.news").each(function(i) {
if (taibazi_dashabis.indexOf($(this).text()) > -1) {
$(this).parent().parent().remove()
}
})
$("table > tbody > tr > td.wenzhang_bg > table > tbody > tr >td.wenzhang >
strong > a.news").each(function(i) {
if (taibazi_dashabis.indexOf($(this).text().trim()) > -1) {
$(this).parents()[10].innerHTML = '屏蔽'
}
}) |
|
c***p 发帖数: 139 | 6 chrome 安装 cjs,然后粘帖以下Code,想屏蔽谁就加。
var taibazi_dashabis = ['addadd2', 'tsd', 'pta', 'addadd3',
'addadd1', 'addadd4','addadd6','haibugui','fuckthrust','StephenKing',
'hongkongpig','Frankfurt2','mydaddy','Frankfurt',
'zhonghangyue','ZhouYongKang','shave','zmimy','chinabbsdad',
'a567878','dnb','fjerseyvsmom','withoutacar','SeattlePD','hongkongcow',
'catflower','CornucopiaX','P235','juanxi','methods',
'renyanhe','swordsman','pta','onetiemyshoe','highrisk','jfsrjjoz',
'Mayingba','xiaopo','ldy','suanxia... 阅读全帖 |
|
t****z 发帖数: 8931 | 7 比如蒙特利尔多媒体
Jurassic Park, Titanic, The Matrix, Star Wars 这些好莱乌大片的特效合成软件是
由蒙特利尔的Softimage, Discreet和 Kaydara公司开发的。
第一部全数字技术制作的电影“The Baroness and the Pig”,出自蒙特利尔的Media
Principia公司。
◎即将为全球电影发行带来革命的卫星数字电影发行技术Pixnet,全部由蒙特利尔的
Daniel Langlois'工作室研制开发。
◎国际著名的DC Studio(英国),Nintendo,Sony ,3DO, Voodoo Arts,Ubi等大牌公
司在蒙特利尔设有总部或者制作室。这些事实使世界领教了魁北克在多媒体领域的厉害。
但鲜为人知的是魁北克在动画视觉特效领域的历史。早在计算机问世以前,从1940年国
家电影局(National Film Board)成立以来,在动画特效方面有过两次飞跃,
一次是1960年IMAX电影院的成立, IMAX是加拿大影视发明,一次是1985年第一个电脑
动画制作的电影“Tony de Peltie... 阅读全帖 |
|
|
c**t 发帖数: 2744 | 9 If your content is in a table, and you don't use tbody to separate those
links, it won't speed up.
You may put the links in the bottom frame; your page will be loaded first. |
|
t**f 发帖数: 2 | 10 Q: What\'s DOM? What is the child node of Table element?
Is the answer: Tbody, TR, TD, TH?
I know what DOM is. I guess the second question is DOM related and CSS related
. I guess my answer is not correct. Then what\'s the answer?
Q:What does it mean by the example style definition given below and what are
the pros and cons of doing this from dynamic content generation perspective?
#timeLineControls a {
text-decoration: none;
padding: 0px 9px;
}
我对CSS不太熟,谁能帮忙给一下答案?
Q: The |
|
t**f 发帖数: 2 | 11 Q: What\'s DOM? What is the child node of Table element?
Is the answer: Tbody, TR, TD, TH?
I know what DOM is. I guess the second question is DOM related and CSS related
. I guess my answer is not correct. Then what\'s the answer?
Q:What does it mean by the example style definition given below and what are
the pros and cons of doing this from dynamic content generation perspective?
#timeLineControls a {
text-decoration: none;
padding: 0px 9px;
}
我对CSS不太熟,谁能帮忙给一下答案?
Q: The |
|
b***i 发帖数: 3043 | 12 OpenShift上直接开Spring,就是个网页,上面有填姓名,email, phonenumber的栏,
还有一个Register.
我现在想知道这个,都怎么对应MVC,尤其是View。它这个view好像就是JSP。其他文件有
Domain
Member.java implements Seralizable
mvc
MemberController.java, MemberRestController.java
repo
MemberDao.java, MemberDaoImpl.java
我的问题是,Register的时候,是从哪里开始执行?
Phone #:
| |
|
|
|
b*******r 发帖数: 713 | 13 菜鸟,想让mitbbs杂碎,特别是每天的八卦新闻和菌斑的东西少一些,研究了半天abp网
站http://adblockplus.org/en/filters,现学网页element selector的东西
弄了个这样的abp规则,哪位像我一样蛋疼的可以试试。我用的是chrome浏览器,已经
装了adblock plus,订阅了ChinaList+EasyList。下面是在abp的options->add your
own filters->Edit filters as raw text添加的
!front page rules
mitbbs.com##td[width="130"]
www.mitbbs.com##table[width="541"]:nth-of-type(1)
www.mitbbs.com##table[width="541"]:nth-of-type(2)
www.mitbbs.com##table[width="541"]:nth-of-type(3)
www.mitbbs.com##table[width="541"]:nth-of-type(4)
www.... 阅读全帖 |
|