Britannica Dictionary specific fix #49
MasterInQuestion
started this conversation in
uBlock Origin
Replies: 1 comment
-
Please test if the filter really breaks anything. Also verify if the Britannica Dictionary could merit be added into: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Up: https://github.com/easylist/easylist/issues/21746
Went far outright dropping the left column...
As it seems to contain nothing really meaningful. (roughly verified: mostly mere ad)
Unsure if it may break something. (seemingly nothing?)
britannica.com##:matches-path(/^\/+dictionary(?:$|[#?])/i) #wrap_cr_br
britannica.com##:matches-path(/^\/+dictionary(?:$|[#?])/i) #hp_cent:style( margin-left: 0 !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) #wrap_full:style( overflow-x: hidden; padding-bottom: 0 !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) #ld_entries_v2_others_block > .o_list:style( overflow-x: scroll !important; height: auto !important; column-count: 3; white-space: nowrap; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) body, .entry, .entries, .entries ul, .lwod_main_c:style( font-size: 100% !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) .universal_large_title, .big_title_with_image:style( font-size: 200% !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) :is( .universal_large_title, .big_title_with_image ) *:style( font-size: inherit !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) #wrap_cl
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) #wrap_cr:style( width: auto !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) #wrap_cr_bl:style( width: 74% !important; )
britannica.com##:matches-path(/^\/+dictionary(?:[\/#?]|$)/i) #wrap_cr_br:style( width: 24% !important; )
Plus attempt normalizing the font-size improperly config'd.
(absolute unit potentially poor look)
; with overall layout optimization.
Refer other posts in:
https://github.com/MasterInQuestion/talk/discussions/categories/uBlock-Origin
; for help.
(specifically "specific fix" ones)
Testcase:
https://www.britannica.com/dictionary/test
https://www.britannica.com/dictionary/eb/spelling/eb
https://www.britannica.com/dictionary/eb/3000-words
https://www.britannica.com/dictionary/eb/browse/a
https://www.britannica.com/dictionary/eb/qa/archives/2022
https://www.britannica.com/dictionary/eb/quiz/vocabulary-start
https://www.britannica.com/dictionary/eb/word-of-the-day
Known issue:
The quiz related functions may fail for:
TypeError: googletag.pubads is not a function
; but irrelevant of my changes.
(general ad-blocking caused)
Beta Was this translation helpful? Give feedback.
All reactions