Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

w.atwiki.jp: nuisance #19285

Closed
6 tasks done
D25SK opened this issue Aug 6, 2023 · 13 comments
Closed
6 tasks done

w.atwiki.jp: nuisance #19285

D25SK opened this issue Aug 6, 2023 · 13 comments

Comments

@D25SK
Copy link

D25SK commented Aug 6, 2023

Prerequisites

I tried to reproduce the issue when...

  • uBO is the only extension.
  • uBO uses default lists and settings.
  • using a new, unmodified browser profile.

Description

日本語での回答お願いします。

Please answer in Japanese.
Japanese reply please.

フリーズして閲覧不能になる。(CPU使用率が100に張り付く)
uboをオフにすると見える。

Freezes and becomes unreadable. (CPU usage stuck at 100)
You can see it when ubo is turned off.

URL(s) where the issue occurs.

https://w.atwiki.jp/gtav/pages/2717.html

Screenshot(s)

No response

uBO version

1.51.0

Browser name and version

Chrome 115

Settings

uBlock Origin: 1.51.0
Chromium: 115
filterset (summary):
 network: 84937
 cosmetic: 119107
 scriptlet: 39349
 html: 0
listset (total-discarded, last-updated):
 removed:
  easylist: null
 added:
  https://filters.adtidy.org/extension/ublock/filters/14.txt: 69672-101, 1d.18h.51m
  adguard-generic: 72969-481, 1d.18h.51m
  ublock-annoyances: 5318-204, 3d.19h.10m
 default:
  user-filters: 217-6, never
  JPN-1: 12943-13, 1d.18h.51m
  easyprivacy: 33320-196, 1d.19h.17m
  plowe-0: 3717-714, 4d.19h.15m
  ublock-badware: 7679-264, 1d.18h.51m
  ublock-filters: 34144-4045, 1d.18h.51m
  ublock-privacy: 447-2, 3d.19h.10m
  ublock-quick-fixes: 277-13, 3h.19m
  ublock-unbreak: 2106-85, 1d.18h.51m
  urlhaus-1: 6821-0, 17h.34m
filterset (user): [array of 207 redacted]
trustedset:
 added: [array of 16 redacted]
 removed:
  edge-scheme
  wyciwyg-scheme
switchRuleset:
 added: [array of 4 redacted]
userSettings: [none]
hiddenSettings:
 autoUpdateAssetFetchPeriod: 180
 autoUpdatePeriod: 4
 extensionUpdateForceReload: true
 manualUpdateAssetFetchPeriod: 1
 popupPanelLockedSections: 39
supportStats:
 allReadyAfter: 1150 ms (selfie)
 maxAssetCacheWait: 543 ms

Notes

No response

@MasterKia MasterKia changed the title https://w.atwiki.jp/gtav/ freeze w.atwiki.jp: nuisance Aug 6, 2023
@krystian3w
Copy link
Contributor

krystian3w commented Aug 8, 2023

Check on disabled adguard-generic to disable glitches in JS scriptlet injections or redirects, or any other by block something in diffrent method incompatible with uBo for now.

@Yuki2718
Copy link
Contributor

Yuki2718 commented Aug 8, 2023

Yeah, please narrow down the cause by disabling filter lists one by one, although I can't reproduce with AdGuard - Ads enabled.

日本語での回答お願いします。

フィルターリストを一つずつ無効にして、その都度現象を確認し原因を絞り込むことは可能ですか?

@gorhill
Copy link
Member

gorhill commented Aug 8, 2023

We can't reproduce and as per OP's troubleshooting, the configuration is heavily customized, including EasyList being disabled.

@D25SK
Copy link
Author

D25SK commented Aug 9, 2023

adguard Japaneseが起因でした。
w.atwiki.jp##.atwiki-ads-pc-overlay
(広告枠の残骸)
をブロックしているとフリーズを引き起こすようです。
一時的にオフにします。

Due to Adguard-Japanese.
w.atwiki.jp##.atwiki-ads-pc-overlay
causes freeze.

Yeah, please narrow down the cause by disabling filter lists one by one, although I can't reproduce with AdGuard - Ads enabled.

日本語での回答お願いします。

フィルターリストを一つずつ無効にして、その都度現象を確認し原因を絞り込むことは可能ですか?

@krystian3w
Copy link
Contributor

And it's interesting, it remains to be seen how it behaves in the correct/default configuration of AdGuard and uBlock Origin add-ons.

@D25SK
Copy link
Author

D25SK commented Aug 9, 2023

AdguardTeam/AdguardFilters#158054
Here's a adguard's issue report of that element filter.
(that blocks DIV's class. But also can block on DIV's ID "atwiki-ads-overlay")

adguardのレポートURLです。
classでブロックするアプローチですが、IDでもブロック可能かと思われます。

@krystian3w
Copy link
Contributor

Check these:

w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay
w.atwiki.jp##.atwiki-ads-pc-overlay:remove()
w.atwiki.jp##.atwiki-ads-overlay:remove()

later:

w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay
w.atwiki.jp##.atwiki-ads-pc-overlay:style(visibility: hidden !important;)
w.atwiki.jp##.atwiki-ads-overlay:style(visibility: hidden !important;)

@D25SK
Copy link
Author

D25SK commented Aug 9, 2023

Disable adguard JP filter + this works!
Thank you!!
(and restored to default settings. sorry gorhill.)

Check these:

w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay
w.atwiki.jp##.atwiki-ads-pc-overlay:remove()
w.atwiki.jp##.atwiki-ads-overlay:remove()

later:

w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay
w.atwiki.jp##.atwiki-ads-pc-overlay:style(visibility: hidden !important;)
w.atwiki.jp##.atwiki-ads-overlay:style(visibility: hidden !important;)

@krystian3w
Copy link
Contributor

Deactivating the well-developed Japanese list when frequently browsing from that region is a rather bad solution.

If a simple deactivation of the filter works:

w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay

then it is better to leave the regional filters enabled.

Until someone figures out how to gently cut out the ad/remainder or inactivate a bug in the site's code to keep it running smoothly.

@D25SK
Copy link
Author

D25SK commented Aug 9, 2023

Not needed disabling adguard.
ADG+below:

w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay
w.atwiki.jp##.atwiki-ads-pc-overlay:remove()
w.atwiki.jp##.atwiki-ads-overlay:remove()
w.atwiki.jp#@#.atwiki-ads-pc-overlay
w.atwiki.jp#@#.atwiki-ads-overlay
w.atwiki.jp##.atwiki-ads-pc-overlay:style(visibility: hidden !important;)
w.atwiki.jp##.atwiki-ads-overlay:style(visibility: hidden !important;)

That's work fine. Thanks!

@krystian3w
Copy link
Contributor

Since deleting an item works then you can deactivate the last two filters with another method of hiding items.

@Yuki2718
Copy link
Contributor

Yuki2718 commented Aug 10, 2023

Check these:

I only see ###atwiki-ads-overlay in Japanese filters and am still unable to reproduce, not even see relatively high-CPU usage.

@D25SK 以下だけで試していただけますか?また念のため、これらを削除すると現象が再発することの確認もお願いいたします。

w.atwiki.jp#@##atwiki-ads-overlay
w.atwiki.jp###atwiki-ads-overlay:remove()

@D25SK
Copy link
Author

D25SK commented Aug 10, 2023

@Yuki2718 その2行でも問題ないことを確認しました。
逆にその2行削除するとやはり再発します。

なお、症状としては「リクエストを処理しています…」もしくは「w.atwiki.jpを待機しています…」のまま固まり、テキストの選択・コピーができず、最終的にページが応答していませんのダイアログが出ます(約1分ほど?かかります。)

Yuki2718 added a commit to AdguardTeam/AdguardFilters that referenced this issue Aug 10, 2023
Yuki2718 added a commit that referenced this issue Aug 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants