Page 2 of 2

Re: Recommended filters for Google Chrome?

Posted: Fri Mar 18, 2011 1:19 pm
by hermawanadhis
Wladimir Palant wrote:Please open JavaScript Console - Ctrl-Shift-J. Does it show any error messages related to the content script when Ctrl-Q doesn't open the textarea?

Textarea and cursor issues indeed sound very much like http://code.google.com/p/chromium/issue ... l?id=68705.
Yes i think so. Thanks for your advice, i'm firefox user so don't know abou chrome. Please take a look to the result

Code: Select all

Uncaught TypeError: Cannot read property 'style' of null
(1) Bugged Chrome GM Api detected...
(2) Try to recreate needed GM Api...
(3) Using localStorage for GM Api.
(4) Using XMLHttpRequest for GM Api.
http://cdn-u.kaskus.us/34/cyux6joh.png
from the pic newreply.php 's status is 200/OK but the textarea didn't open.

Re: Recommended filters for Google Chrome?

Posted: Fri Mar 18, 2011 1:34 pm
by Wladimir Palant
Please click the arrow at the left of this error to open it - this should show which particular line errored out.

Re: Recommended filters for Google Chrome?

Posted: Sat Mar 19, 2011 2:53 am
by hermawanadhis
Wladimir Palant wrote:Please click the arrow at the left of this error to open it - this should show which particular line errored out.

Code: Select all

Uncaught TypeError: Cannot read property 'style' of null
kaskusTickler.changecontentkaskustickler.js:54
kaskusTickler.initkaskustickler.js:109
(anonymous function)showthread.php:5175
(1) Bugged Chrome GM Api detected...
(2) Try to recreate needed GM Api...
(3) Using localStorage for GM Api.
(4) Using XMLHttpRequest for GM Api.
--edited--
i don't know how but now the script not broken again, at least the user not complainning again.
Thanks for your attention and help.

Re: Recommended filters for Google Chrome?

Posted: Mon Mar 21, 2011 8:45 am
by Wladimir Palant
That error message is unrelated - they are looking for an element "fscroller" in the page that simply doesn't exist, regardless of Adblock Plus.