FAR Opera Add-ons Lab

Support site for FAR Opera Extensions. Sorry for replying late because I can not use english well.

CSS Blocking delays at v5.2.0

Forums » ContentBlockHelper » Issues : 不具合

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

22. March 2012, 23:09:30

darklingroom

Posts: 23

CSS Blocking delays at v5.2.0

Hello. The new version hides content not before a page is drawn (as it was in earlier versions) but after small delay.

Plus let me ask for a new feature: turn off scripts counter on the icon. The problem is that I use another extension (Tab Vault) which has the same counter too. So it's hard for an eye to distinguish them during the work. Still I don't want to hide the whole icon.

23. March 2012, 02:28:59

whochan

ふ~ちゃん

Posts: 219

It is happened every time? Isn't it happened only when Opera is started?
And, which of CSS and URL do you block them by?

23. March 2012, 03:43:17

darklingroom

Posts: 23

Try this page: http://vk.com/dm
and the CSS rule: div#content

The rule should block the profile content. (Of course I don't block it myself. I block an ads section which you can't see there if not registered. So the rule is only for a test.)

The delay happens every time you close and open the page. (The delay would be absent only when you press 'Reload' - I think it's because of the cache). The delay never happend on 5.1.1 version and earlier, even on the first start. That's why I like you extension so much.

23. March 2012, 04:22:30

whochan

ふ~ちゃん

Posts: 219

Delay occurs because the CSS block depends on the environment. For example, number of installed extensions, the line speed of the network, CPU power. This is hard to avoid problems in the design of the extension, there is no solution now.(The reason is slightly more advanced technical problems.)

However ContentBlockHelper provide to export CSS file.
So if you want to apply them soon every time, select the exported CSS on Opera's preferences>Advanced>Content. And make a UserJS that code is following.
document.documentElement.setAttribute('url',window.location.href.toString());

23. March 2012, 05:02:55

darklingroom

Posts: 23

Yea, I understand, just wanted to make it to your attention that I installed v5.2 and 5.1.1 several times so the environments, CPU and so on are 100% the same. I'm pretty sure with the conclusions and there is an obvious difference between v5.2 and v5.1.1 performance on my PC.

Anyway it's OK, I think I'll just stay on 5.1.1 a little longer smile

23. March 2012, 05:09:03

whochan

ふ~ちゃん

Posts: 219

5.2 has been added some functions - hotkey, and allow script temporarily, maybe it is affecting to them.

24. March 2012, 10:59:42

darklingroom

Posts: 23

Wow, v5.2.1a is much better! From brief testing as good as v5.1 I think.

Thanks for your dedication, I appreciate it.

26. March 2012, 18:33:59

darklingroom

Posts: 23

Tested: works flawlessly!

Forums » General : 一般 » Issues : 不具合

Moderated by: whochan