Page 1 of 2

怎样去除起点中文的鼠标复制限制

Posted: Apr 14 2010, 10:00
by liumailong
一直都是用Firefox的,试用Chrome才发现起点中文的小说无法复制(准确的来说是无法选择文本)有什么办法吗?

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 14 2010, 11:20
by nepter

Code: Select all

Name = "qidian mousebind remover"
Active = TRUE
URL = "$TYPE(htm)*.qidian.com/BookReader/*.aspx"
Limit = 256
Match = "CloseFixedBottom"

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 14 2010, 14:30
by liumailong
这个。。。。没用呀!

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 14 2010, 18:45
by nepter
我的ok
Image

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 15 2010, 00:08
by Bonnie
试试

Code: Select all

Name = "qidian mousebind remover"
Active = TRUE
URL = "$TYPE(htm)[^.]+.qidian.com/BookReader/*.aspx"
Limit = 580
Match = "\(function\(\) {//*};$STOP()"

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 15 2010, 11:32
by liumailong
也不行呀!你们是不是有其他的规则其了作用?

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 15 2010, 12:33
by Bonnie
测试了一下应该是没有问题的,可以正常过滤,例如 http://www.qidian.com/BookReader/179969,21008435.aspx
如果有不能过滤的网址可以贴出来。

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 15 2010, 16:01
by liumailong
确实不行,你们用的是Chrome吗?用Firefox的话是没有这个问题的。

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 15 2010, 17:22
by Bonnie
chrome要多加一条规则

Code: Select all

[Patterns]
Name = "Disable onselectstart for chrome"
Active = TRUE
Limit = 14
Match = "selectstartOff="
Replace = "selectstartOff=$STOP()"

Re: 怎样去除起点中文的鼠标复制限制

Posted: Apr 15 2010, 18:07
by liumailong
奇怪还是不行?你干脆告诉我那段代码禁用了复制。