-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnoaccountsplox.txt
More file actions
908 lines (674 loc) · 47.7 KB
/
Copy pathnoaccountsplox.txt
File metadata and controls
908 lines (674 loc) · 47.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
[uBlock Origin]
! ######################################
! Title: No Accounts Plox
! Description: Removes banners, popups, buttons and texts that push you to log in or register so you can browse peacefully without an account.
! Version: 2026.05.25
! Last modified: 2026-05-25
! Expires: 1 day
! Homepage: https://github.com/alplox/No-Accounts-Plox
! License: MIT - https://github.com/alplox/No-Accounts-Plox/blob/master/LICENSE
! Issues: https://github.com/alplox/No-Accounts-Plox/issues
! Notes: Currently supports YouTube, TikTok, Reddit +(old.reddit), ChatGPT, Gemini, Pinterest, Ciperchile, Biobiochile.
! ######################################
! ====================================================================================
! MARK: Youtube
! ██ ██ ██████ ██ ██ ████████ ██ ██ ██████ ███████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ████ ██ ██ ██ ██ ██ ██ ██ ██████ █████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██████ ██████ ██ ██████ ██████ ███████
! Top bar -----------------------------------------------
! Main top-right "Sign in" button
youtube.com##ytd-button-renderer a[href^="https://accounts.google.com/ServiceLogin"]
! "Settings" link in the top-right menu
youtube.com##a#endpoint[href="/account"]:upward(ytd-compact-link-renderer)
! “Your data in YouTube” link in the top-right menu
youtube.com##a[href*="yourdata/youtube"]:upward(ytd-compact-link-renderer)
! Removes bottom borders between menu items in the top-right menu (So after removing some items, there are no borders left/visible lines)
youtube.com###sections.ytd-multi-page-menu-renderer > .ytd-multi-page-menu-renderer:not(:last-child):style(border-bottom: none !important;)
! Ajust padding above the first menu item in the top-right menu
youtube.com###sections.ytd-multi-page-menu-renderer > .ytd-multi-page-menu-renderer:not(ytd-comment-video-thumbnail-header-renderer):style(padding: 8px 0 0 0 !important;)
! Removes padding on the last menu item in the top-right menu
youtube.com##ytd-multi-page-menu-renderer #sections.ytd-multi-page-menu-renderer > yt-multi-page-menu-section-renderer:last-child:style(padding: 0 !important;)
! always show normal YouTube logo, never that distracting doodleyoodle https://gist.github.com/tadwohlrapp/722bbe97cb20bb34da8df73675415cae
youtube.com##ytd-topbar-logo-renderer > a > ytd-yoodle-renderer
youtube.com##ytd-topbar-logo-renderer > a > div:remove-attr(hidden)
! Homepage -----------------------------------------------
! Hides the "Save to playlist" option inside YouTube’s context menu (does not hide the menu trigger/Three-dots button)
youtube.com##yt-list-item-view-model:has-text(/^Save to playlist$/)
youtube.com##yt-list-item-view-model:has-text(/^Guardar en una playlist$/)
! Hides the "Send feedback" option inside YouTube’s context menu in shorts (does not hide the menu trigger/Three-dots button)
youtube.com##yt-list-item-view-model:has-text(/Send feedback/i)
youtube.com##yt-list-item-view-model:has-text(/Enviar comentarios/i)
! Hides YouTube's homepage feedback checkbox survey popup
youtube.com##ytd-checkbox-survey-renderer
! hide "How is this recommendation?" tooltip below videos on Home Page https://gist.github.com/tadwohlrapp/722bbe97cb20bb34da8df73675415cae
youtube.com##[page-subtype="home"] ytd-rich-item-renderer #attached-survey
! hide "How is this recommendation?" survey below videos on Home Page
youtube.com##lockup-attachments-view-model:has(yt-slimline-survey-view-model)
! hide "how did you like this video" survey crap on Home Page
youtube.com##[page-subtype="home"] ytd-rich-section-renderer:has(ytd-inline-survey-renderer)
! Search page /results -----------------------------------------------
! YT Search - keep only videos (no shorts), channels and playlists
youtube.com##ytd-search ytd-item-section-renderer>#contents>:is(:not(ytd-video-renderer,ytd-channel-renderer,ytd-playlist-renderer,yt-lockup-view-model,yt-showing-results-for-renderer,[icon-name="promo-full-height:EMPTY_SEARCH"]),ytd-video-renderer:has([aria-label="Shorts"])),ytd-secondary-search-container-renderer
! Shorts -----------------------------------------------
! Hide Shorts shelfs on Homepage
youtube.com##ytd-rich-section-renderer:has(ytd-rich-shelf-renderer[is-shorts])
! YT Search, Channels, Subscriptions (List View) and Sidebar/Below Player Recommendations - Hide the Shorts sections but not the tab in channels or individual shorts on recommendations
youtube.com##ytd-reel-shelf-renderer
! Hide Short in recommendations
youtube.com##ytd-compact-video-renderer a[href^="/shorts/"]:upward(ytd-compact-video-renderer)
! Sidebar -----------------------------------------------
! privacy/feedback/help links
youtube.com##ytd-compact-link-renderer:has(yt-formatted-string#label:has-text("Tus datos en YouTube"))
youtube.com##ytd-compact-link-renderer:has(yt-formatted-string#label:has-text("Your YouTube data"))
youtube.com##ytd-compact-link-renderer:has(yt-formatted-string#label:has-text("Enviar comentarios"))
youtube.com##ytd-compact-link-renderer:has(yt-formatted-string#label:has-text("Send feedback"))
youtube.com##ytd-compact-link-renderer:has(yt-formatted-string#label:has-text("Ayuda"))
youtube.com##ytd-compact-link-renderer:has(yt-formatted-string#label:has-text("Help"))
! Remove the big "Sign in to like and subscribe" promo
youtube.com##ytd-guide-signin-promo-renderer
! Remove every entry that requires login or only exists when logged in
youtube.com##ytd-guide-entry-renderer a[href="/feed/subscriptions"]
youtube.com##ytd-mini-guide-entry-renderer a[href="/feed/subscriptions"]
youtube.com##ytd-guide-entry-renderer a[href="/feed/you"]
youtube.com##ytd-mini-guide-entry-renderer a[href="/feed/you"]
youtube.com##ytd-guide-entry-renderer a[href="/feed/history"]
youtube.com##ytd-mini-guide-entry-renderer a[href="/feed/history"]
youtube.com##ytd-guide-entry-renderer a[href="/premium"]
youtube.com##ytd-guide-section-renderer:has(a[href="/account"])
youtube.com##ytd-guide-section-renderer:has(a[href="/feed/you"])
! About, Press, Copyright, Contact us, Creators, Advertise, Developers
youtube.com###guide-links-primary
! Terms, Privacy, Policy & Safety, How YouTube works, Test new features
youtube.com###guide-links-secondary
! Footer copyright line
youtube.com###copyright
! Video page /watch -----------------------------------------------
! Increase the maximum height of the video player when in fullscreen mode
youtube.com##:fullscreen #player-full-bleed-container, :fullscreen #full-bleed-container:style(max-height: calc(100vh) !important;)
! Increase the maximum height of the video player when in theater mode to use full viewport height minus top bar
youtube.com##:has([is-theater-mode]) #player-full-bleed-container, :has([is-theater-mode]) #full-bleed-container:style(max-height: calc(100vh - 52px) !important; height: 100vh !important;)
! Disable clicks on segmented Like/Dislike buttons, keep icons visible, avoid opening YouTube "Like this video?" sign-in modal
youtube.com##segmented-like-dislike-button-view-model button.yt-spec-button-shape-next--segmented-start:style(pointer-events: none !important; opacity: 0.3 !important)
youtube.com##segmented-like-dislike-button-view-model button.yt-spec-button-shape-next--segmented-end:style(pointer-events: none !important; opacity: 0.3 !important)
! "Download", "Save to playlist", "Become a sponsor", "Subscribe" and "Join" buttons that require login
! "Download" button
youtube.com##button.yt-spec-button-shape-next--icon-leading[aria-label="Descargar"]
youtube.com##button.yt-spec-button-shape-next--icon-leading[aria-label="Download"]
youtube.com##button.yt-spec-button-shape-next--icon-leading[aria-label="Guardar en una playlist"]
youtube.com##button.yt-spec-button-shape-next--icon-leading[aria-label="Save to playlist"]
! "Become a sponsor" button
youtube.com##div#sponsor-button
! "Subscribe" button
youtube.com##button:has-text(Suscribirse)
youtube.com##button:has-text(Subscribe)
! "Join" membership button
youtube.com##div.ytFlexibleActionsViewModelAction button:has-text(Unirse)
youtube.com##div.ytFlexibleActionsViewModelAction button:has-text(Join)
! Button with "More actions" aria-label and ⋮ icon
youtube.com##yt-button-shape button[aria-label="More actions"]
youtube.com##yt-button-shape button[aria-label="Más acciones"]
! Hides the YouTube "Like this video?" sign-in modal (language-agnostic) that appears when trying to interact with certain features like "Like" or "Dislike"
youtube.com##ytd-modal-with-title-and-button-renderer[modal]
! Hides specific YouTube menu service items inside the menu popup (language-agnostic) (Report, Save, Not interested, Don’t recommend channel, etc.).
youtube.com##tp-yt-paper-listbox#items ytd-menu-service-item-renderer
! "Sign in" button on error / restricted video overlay
youtube.com##yt-button-renderer a[href*="ServiceLogin"]:has(span:contains("Sign in"))
youtube.com##yt-button-renderer a[href*="ServiceLogin"]:has(span:contains("Iniciar sesión"))
! Hide every anchor link inside yt-button-shape that leads to Google login page, can hide like/dislike buttons too
!youtube.com##yt-button-shape a[href*="ServiceLogin"]
! Hide the "try youtube kids" banner besides the video description
youtube.com##div#teaser-carousel
! Hides the YouTube "Experiencing interruptions?" toast at the bottom of the page
youtube.com##a[href*="check_ad_blockers"][target="_blank"]
! https://old.reddit.com/r/Adblock/comments/1lgb770/any_fix_for_experiencing_interruptions_on_youtube/mz7299c/
youtube.com##tp-yt-paper-toast#toast:has(yt-button-renderer#action-button a[href*=blocker])
! based on https://www.reddit.com/r/uBlockOrigin/comments/vjem6e/blocking_the_experiencing_interruptions_message/
! https://github.com/gorhill/uBlock/wiki/Procedural-cosmetic-filters#subjecthas-textneedle
youtube.com###div#text-container.yt-notification-action-renderer:has-text(/experiencing interruptions/i)
youtube.com###div#text-container.yt-notification-action-renderer:has-text(/El video se interrumpe/i)
youtube.com###div#text-container.yt-notification-action-renderer:has-text(/¿Experimentas interrupciones? Descubre por qué/i)
! hide that f*cking "Experiencing interruptions?" toast message because of AdBlock https://gist.github.com/tadwohlrapp/722bbe97cb20bb34da8df73675415cae
youtube.com##tp-yt-paper-toast#toast:has(yt-button-renderer#action-button a[href*=blocker])
! hide "1080p Premium HD" (which is nothing more than an ad for premium) in video quality settings menu https://gist.github.com/tadwohlrapp/722bbe97cb20bb34da8df73675415cae
youtube.com##.ytp-quality-menu .ytp-menuitem:has(.ytp-premium-label)
! youtube.com###mealbar-promo-renderer https://easylist.to/easylist/easylist.txt
youtube.com###description-inner > ytd-merch-shelf-renderer > #main.ytd-merch-shelf-renderer
youtube.com###shorts-inner-container > .ytd-shorts:has(> .ytd-reel-video-renderer > ytd-ad-slot-renderer)
youtube.com##.ytReelMetapanelViewModelHost > .ytReelMetapanelViewModelMetapanelItem > .ytShortsSuggestedActionViewModelStaticHost
youtube.com##.ytd-section-list-renderer > .ytd-item-section-renderer > ytd-search-pyv-renderer.ytd-item-section-renderer
youtube.com##.ytd-two-column-browse-results-renderer > ytd-rich-grid-renderer > #masthead-ad.ytd-rich-grid-renderer
youtube.com##.ytd-watch-flexy > .ytd-watch-next-secondary-results-renderer > ytd-ad-slot-renderer.ytd-watch-next-secondary-results-renderer
youtube.com##.ytd-watch-flexy > ytd-merch-shelf-renderer > #main.ytd-merch-shelf-renderer
! www.youtube.com##.ytp-featured-product
youtube.com##.ytp-suggested-action > .ytp-suggested-action-badge
m.youtube.com##lazy-list > ad-slot-renderer
youtube.com##ytd-rich-item-renderer:has(> #content > ytd-ad-slot-renderer)
m.youtube.com##ytm-companion-slot[data-content-type] > ytm-companion-ad-renderer
m.youtube.com##ytm-rich-item-renderer > ad-slot-renderer
youtube.com##.grid.ytd-browse > #primary > .style-scope > .ytd-rich-grid-renderer > .ytd-rich-grid-renderer > .ytd-ad-slot-renderer
youtube.com##.ytd-rich-item-renderer.style-scope > .ytd-rich-item-renderer > .ytd-ad-slot-renderer.style-scope
youtube.com##ytd-item-section-renderer > .ytd-item-section-renderer > ytd-ad-slot-renderer.style-scope
! Livestreams -----------------------------------------------
! Hide polls on top of chat in live streams
youtube.com##ytd-backstage-poll-renderer
youtube.com##yt-live-chat-poll-renderer
! Hide youTube live streams chat engagement message "Welcome to live chat! Remember to protect your privacy and follow our Community Guidelines."
youtube.com##yt-live-chat-viewer-engagement-message-renderer
! Hide YouTube live streams chat banners like "Chat is paused", "You are viewing a replay", "This chat is for subscribers only", etc.
youtube.com##yt-live-chat-banner-manager
! Hide Live Chat AI Summary https://gist.github.com/tadwohlrapp/722bbe97cb20bb34da8df73675415cae?permalink_comment_id=5852770#gistcomment-5852770
youtube.com###live-chat-banner > .yt-live-chat-banner-manager.style-scope:has-text(/Chat summary/i)
! Hides the footer login prompt in the YouTube live chat engagement panels "Log in to chat. All messages you send will be public"
youtube.com##ytd-engagement-panel-section-list-renderer[visibility="ENGAGEMENT_PANEL_VISIBILITY_EXPANDED"] #footer
! Recommendations section -----------------------------------------------
! Hides the YouTube "Download" menu item (language-agnostic)
youtube.com##yt-download-list-item-view-model
! Hide the "Add to watch later" button on video thumbnails in the recommendations sidebar
youtube.com##yt-thumbnail-hover-overlay-toggle-actions-view-model div.ytThumbnailHoverOverlayToggleActionsViewModelButton button[aria-label="Watch later"]
youtube.com##yt-thumbnail-hover-overlay-toggle-actions-view-model div.ytThumbnailHoverOverlayToggleActionsViewModelButton button[aria-label="Ver más tarde"]
! Hide Movie/Film recommendations https://www.reddit.com/r/uBlockOrigin/comments/lelvy6/comment/h76l9hg/
youtube.com##ytd-compact-movie-renderer
! hide donation box for fundraiser videos https://gist.github.com/tadwohlrapp/722bbe97cb20bb34da8df73675415cae
youtube.com###secondary #donation-shelf
! Shorts page /shorts -----------------------------------------------
! Disable interactions with Like button on Shorts, keep icons visible
youtube.com##like-button-view-model button:style(pointer-events: none !important; opacity: 0.3 !important)
! Disable interactions with Dislike button on Shorts, keep icons visible
youtube.com##dislike-button-view-model button:style(pointer-events: none !important; opacity: 0.3 !important)
! Disable interactions with Remix button on Shorts, keep icons visible
youtube.com##button-view-model[aria-label="Remix"] button:style(pointer-events: none !important; opacity: 0.3 !important)
! Channel page /channel/-----------------------------------------------
! Hides the menu on channel video thumbnails that contains "Save to playlist", "Download" and other options that require login
youtube.com##ytd-menu-renderer.style-scope.ytd-rich-grid-media
! Hides the "Join" membership button on channel pages
youtube.com##ytd-button-renderer:has-text(/Join/i)
! Hides the recognition shelf (awards, milestones, members) on channel pages
youtube.com##ytd-recognition-shelf-renderer
! Disable clicks on like/dislike buttons in posts, keep icons visible
youtube.com##ytd-comment-action-buttons-renderer #like-button yt-button-shape > a:style(pointer-events: none !important; opacity: 0.3 !important)
youtube.com##ytd-comment-action-buttons-renderer #dislike-button yt-button-shape > a:style(pointer-events: none !important; opacity: 0.3 !important)
! Disable clicks on polls in posts, keeping options visible
youtube.com##a#sign-in[role="option"].ytd-backstage-poll-renderer:style(pointer-events: none !important; opacity: 0.3 !important)
! Hide the top-right menu button (three-dots) in video posts
youtube.com###title-wrapper > div#menu
! Hide the "For more details, sign in to see the full description" text in the About section of channels
youtube.com##.ytd-about-channel-renderer tr.description-item:has(a[href*="ServiceLogin"])
! Hide menu (three-dots) on video thumbnails in channel pages
youtube.com##ytd-grid-video-renderer ytd-menu-renderer
youtube.com##ytd-rich-item-renderer ytd-menu-renderer
! Hides the "watch later" overlay button on video thumbnails in channel pages
youtube.com##ytd-thumbnail-overlay-toggle-button-renderer svg path[d^="M12 1C5.925"]:upward(ytd-thumbnail-overlay-toggle-button-renderer)
! Playlist page /playlist/ -----------------------------------------------
! Hides the "Add to playlist" overlay button on video thumbnails in channel playlists
youtube.com##ytd-playlist-video-renderer svg path[d^="M12 4a2 2"]:upward(yt-icon-button)
! Hides the "Add to playlist" button under playlists titles
youtube.com##svg path[d^="M19 2H5a2 2"]:upward(.ytFlexibleActionsViewModelAction)
! Comments section -----------------------------------------------
! Hides the YouTube comment input box that prompts users to sign in (language-agnostic)
youtube.com##ytd-comment-simplebox-renderer
! Hides the YouTube "Like" button in comment sections (language-agnostic)
!youtube.com##ytd-toggle-button-renderer#like-button
! Hides the YouTube "Dislike" button in comment sections (language-agnostic)
!youtube.com##ytd-toggle-button-renderer#dislike-button
! Hides the YouTube "Reply" button in comment sections (language-agnostic)
youtube.com##ytd-button-renderer#reply-button-end
! Disable clicks on like/dislike buttons, keep icons visible
youtube.com##ytd-toggle-button-renderer#like-button > yt-button-shape > button:style(pointer-events: none !important; opacity: 0.3 !important)
youtube.com##ytd-toggle-button-renderer#dislike-button > yt-button-shape > button:style(pointer-events: none !important; opacity: 0.3 !important)
! Hide Mixes (Optional, just personal preference) -----------------------------------------------
! https://www.reddit.com/r/uBlockOrigin/comments/lelvy6/comment/gmfozuq/
! YT Home - Hide Mixes
youtube.com##ytd-rich-item-renderer:has([href*="start_radio=1"])
! YT Sidebar - Hide Mixes
youtube.com##ytd-compact-radio-renderer, :is(#related yt-lockup-view-model,ytd-compact-video-renderer):has([href*="&start_radio=1"])
! YT Search- Hide Mixes
youtube.com##ytd-radio-renderer, :is(ytd-search yt-lockup-view-model,ytd-video-renderer[is-search]):has([href*="&start_radio=1"][aria-label])
! YT Player - Hide Mixes in Video End Cards
youtube.com##.ytp-videowall-still[data-is-mix="true"]
! End of filters for YouTube
! ====================================================================================
! ====================================================================================
! MARK: TikTok
! ████████ ██ ██ ██ ████████ ██████ ██ ██
! ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██ █████ ██ ██ ██ █████
! ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██ ██ ██ ██ ██████ ██ ██
! Hide keyboard shortcut popup at the bottom
tiktok.com##div[class^="css-"][class*="--DivFixedBottomContainer"]
! Hide login modals/popups
tiktok.com##div[class^="css-"][class*="--DivModalContainer"]
tiktok.com##div#login-modal
! Allow scrolling when body is hidden (to bypass login in scroll lock)
tiktok.com##body.hidden:style(overflow: initial !important; display: initial !imimportant;)
! Restore pointer events to "non-clickable" links, like recommendations
tiktok.com##a[class^="css-"][class*="--LinkNonClickable"]:style(pointer-events: auto !important;)
! Hide top-right action bar with "Get Coins", "Get App" and "Login in" buttons
tiktok.com##div#top-right-action-bar
! Removes TikTok onboarding interest selection modal and prevents the forced popup overlay from appearing
tiktok.com##div[id=":r2t:"]
tiktok.com##div[id="tux-web-canary-0-modal-overlay"]
tiktok.com##div[id="tux-web-canary-1-modal-overlay"]
tiktok.com##div[data-testid="tux-web-modal"]
! Profile page -----------------------------------------------
! Set maximum width of user profile links to none, so the full link is visible
tiktok.com##div[class*="--DivShareLinks"] a[data-e2e="user-link"]:style(max-width: none !important;)
! Hide the "Follow", "Message", "Share", "More", etc. block
tiktok.com##div[class*="--DivButtonPanelWrapper"]
! Message "Posts that some may find uncomfortable are unavailable. Log in to make the most of your TikTok experience" that prompts to log in
tiktok.com##div[class^="css-"][class*="--DivContainer"] > div[class*="--DivTextContent"]:upward(div[class^="css-"][class*="--DivContainer"])
! Sidebar -----------------------------------------------
! Button “Following”
tiktok.com##a[data-e2e="nav-following"]
! Button “Upload”
tiktok.com##a[data-e2e="nav-upload"]
! Button “Profile”
tiktok.com##a[data-e2e="nav-profile"]
! Button “More”
tiktok.com##button[data-e2e="nav-more-menu"]
! Button “Login in”
tiktok.com##div[class*="--SubMainNavContentContainer"] > button#header-login-button
! Footer links (About, Newsroom, Contact, Careers, ByteDance, TikTok for Good, Advertise, Developers, Transparency, Help, Safety, Terms, Privacy, Creator Portal, Community Guidelines, Copyright)
tiktok.com##div[class*="--SubMainNavFooterContainer"]
! Feed -----------------------------------------------
! Follow buttons over profile pics
tiktok.com##button[data-e2e="feed-follow"]
! Hide the content block that prompts users to log in to comment
tiktok.com##div[class*="--DivCommentBarContainer"]
! "Reply" button in video comments
tiktok.com##span[data-e2e="comment-reply-1"]
tiktok.com##div.tux-button__text-container-oMVxoQ:upward(button)
tiktok.com##p[data-e2e^="comment-reply-"]
! Disable the "like" button clicks on video comments, but keep the icons visible, to avoid opening TikTok "Log in to like comments" modal
tiktok.com##div.css-1ver4rv-7937d88b--DivLikeContainer.e16vxroe0:style(pointer-events: none !important;)
tiktok.com##div[data-e2e="comment-like-icon"]:upward(div[role="button"]):style(pointer-events: none !important;)
! Follow button beside username in /video/ pages (with tabs; the one that shows "Comments" & "Creator videos")
tiktok.com##div[data-e2e="browse-follow"]
! Log in to comment bar below comments section in /video/ pages (with tabs; the one that shows "Comments" & "Creator videos")
tiktok.com##div[class*="--DivBottomCommentContainer"] > div[class*="--DivLoginBar"]:upward(div[class^="css-"][class*="--DivBottomCommentContainer"])
! Follow button beside username in /video/ pages (without tabs; the one that only shows "You may like")
tiktok.com##button[data-e2e="browse-follow"]
! Live page -----------------------------------------------
! Hide "Go LIVE" button
tiktok.com##button:has(.TUXButton-label:has-text(Go LIVE))
tiktok.com##button:has(.TUXButton-label:has-text(Ir en vivo))
! Hide "Creator tools" button
tiktok.com##button:has(.TUXButton-label:has-text(Creator tools))
tiktok.com##button:has(.TUXButton-label:has-text(Herramientas para creadores))
! Hide "Log in" button
tiktok.com##button:has(.TUXButton-label:has-text(Log in))
tiktok.com##button:has(.TUXButton-label:has-text(Iniciar sesión))
! Hide "Log in" button under alert "This LIVE contains themes that some may find uncomfortable. Log in to make the most of your TikTok experience."
tiktok.com##div.live-room-container button:has-text(Log in)
tiktok.com##div.live-room-container button:has-text(Iniciar sesión)
! Hide comment input box
tiktok.com##div.flex.items-center.justify-between.p-8
! End of filters for TikTok
! ====================================================================================
! ====================================================================================
! MARK: Reddit (Reddit.com)
! ██████ ███████ ██████ ██████ ██ ████████
! ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ █████ ██ ██ ██ ██ ██ ██
! ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██ ███████ ██████ ██████ ██ ██
! Hide the login/register popup in the top-right
reddit.com##div#credential_picker_container
! Hide the "Get the app" button in the top-right
reddit.com##activate-feature button#get-app
! Hide the entire legal links footer block in the right-bottom corner
reddit.com##div.legal-links
! Hide the Reddit Inc. copyright link in the footer left-bottom corner
reddit.com##a[href="https://redditinc.com"]
! Remove the blur filter from post thumbnails NSFW overlay
reddit.com##faceplate-img.thumbnail-blur:style(filter: none !important;)
! Navigation bar -----------------------------------------------
! Hide login element
reddit.com##faceplate-tracker a#login-button:upward(faceplate-tracker)
! Hide app promotion
reddit.com##faceplate-tracker[source="xpromo"]
! Hide the Reddit tooltip container for the user drawer menu with "Log In", "Advertise in reddit" and "Try Reddit Pro" buttons
reddit.com##rpl-tooltip:has(#expand-user-drawer-button)
! Community page -----------------------------------------------
! Community join button
reddit.com##shreddit-join-button
! Hide award button that prompts to log in, for both posts and comments
reddit.com##award-button
! Hide the "Create Post" button that prompts to log in
reddit.com##create-post-entry-point-wrapper
! Sidebar -----------------------------------------------
! Hide "About Reddit"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="about_reddit_menu"]
! Hide "Advertise"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="advertise_menu"]
! Hide "Develpment Platform"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="developer_platform_menu"]
! Hide "Reddit Pro"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="reddit_pro_menu"]
! Hide "Help Center"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="help_menu"]
! Hide "Blog"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="blog_menu"]
! Hide "Careers"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="careers_menu"]
! Hide "Press"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="press_menu"]
! Hide "Reddit Rules"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="content_policy_menu"]
! Hide "Privacy Policy"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="privacy_policy_menu"]
! Hide "User Agreement"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="user_agreement_menu"]
! Hide "Accessibility"
reddit.com##faceplate-tracker[source="nav"][action="click"][noun="accessibility_menu"]
! Post page -----------------------------------------------
! Hide overflow menu (three-dots menu) in Reddit post
reddit.com##shreddit-post-overflow-menu
! Hide comment input box that prompts to log in
reddit.com##faceplate-textarea-input
! Disable interaction with Reddit upvote/downvote buttons while keeping them visible, for both posts and comments
reddit.com##button[upvote]:style(pointer-events: none !important; opacity: 0.3 !important)
reddit.com##button[downvote]:style(pointer-events: none !important; opacity: 0.3 !important)
! Hide reply button inside Reddit comment action row
reddit.com##shreddit-comment-action-row faceplate-tracker[slot="comment-reply"]
! Hide overflow menu (three-dots menu) in Reddit comment action row
reddit.com##shreddit-comment-action-row shreddit-overflow-menu
! Hide the "Share as post" option from the Reddit share menu but keep the share button visible
reddit.com##li.share-menu-crosspost-option
! Profile page -----------------------------------------------
! Hide the user profile dropdown menu that prompts to log in
reddit.com##faceplate-dropdown-menu.connected
! Hide the "Adult Content" modal that prompts to log in
reddit.com##faceplate-modal#blocking-modal
! Restore pointer events and scrolling to the body when Reddit disables them to force login
reddit.com##body:style(pointer-events: auto !important; overflow: auto !important;)
! Hide the blurred backdrop that appears when the "Adult Content" modal is shown
reddit.com##div[style*="position: fixed"][style*="backdrop-filter: blur"]
! Hide the NSFW QR code dialog that prompts to log in
reddit.com##faceplate-dialog#nsfw-qr-dialog
! End of filters for Reddit (Reddit.com)
! ====================================================================================
! ====================================================================================
! MARK: Old Reddit (old.reddit.com)
! ██████ ██ ██████ ██████ ███████ ██████ ██████ ██ ████████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██ ██ ██ ██ ██████ █████ ██ ██ ██ ██ ██ ██
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ███████ ██████ ██ ██ ███████ ██████ ██████ ██ ██
! Hide the top signup infobar that prompts to log in or register
old.reddit.com##.infobar.listingsignupbar
! Hide the "Want to join? Log in or registrate in seconds." in the banner
old.reddit.com##div#header-bottom-right
! Disable interaction with Reddit upvote/downvote buttons while keeping them visible, for both posts and comments
old.reddit.com##div.midcol.unvoted .arrow.up.login-required.access-required:style(pointer-events: none !important; opacity: 0.3 !important)
old.reddit.com##div.midcol.unvoted .arrow.down.login-required.access-required:style(pointer-events: none !important; opacity: 0.3 !important)
! Hide the entire footer block (about, help center, apps & tools, reddit premium)
old.reddit.com##div.footer-parent
! Post page -----------------------------------------------
! Hide the "Save" button that prompts to log in
old.reddit.com##li.link-save-button.save-button.login-required
! Hide the "Hide" button that prompts to log in
old.reddit.com##form.hide-button
! Hide the "Report" button that prompts to log in
old.reddit.com##li.report-button.login-required
! Hide the "Want to join the discussion? Log in or sign up now!" comment box that prompts to log in
old.reddit.com##section.infobar.commentsignupbar
! Hide the "Embed" button in comments that prompts to log in
old.reddit.com##li a[data-media="www.redditmedia.com"].embed-comment:upward(li)
! Hide the "Save" button in comments that prompts to log in
old.reddit.com##li.comment-save-button.login-required
! Hide the "Reply" button in comments that prompts to log in
old.reddit.com##li.reply-button.login-required
! Hide the "Contact Mods" button in the subreddit sidebar that prompts to log in
old.reddit.com##div.sidecontentbox a[href*="/message/compose/?to=/r/"]:upward(div.sidecontentbox)
! Sidebar -----------------------------------------------
! Hide "Send a link/post" buttons that prompts to log in
old.reddit.com##div.spacer a[data-event-action="submit"]:upward(div.spacer)
! Hide the "Reddit Premium" banner in the sidebar
old.reddit.com##div.spacer a[href="/premium"]:upward(div.spacer)
! Hide the "join" button in the subreddit sidebar
old.reddit.com##span.subscribe-button
! End of filters for Old Reddit (old.reddit.com)
! ====================================================================================
! ====================================================================================
! MARK: ChatGPT
! ██████ ██ ██ █████ ████████ ██████ ██████ ████████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ███████ ███████ ██ ██ ███ ██████ ██
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ██ ██ ██ ██ ██ ██████ ██ ██
! Hide sign up/login in modals
chatgpt.com##[data-testid="modal-no-auth-rate-limit"]
! Block Google One Tap popup
chatgpt.com###google-one-tap-anchor
! Hide gpt-5 upsell modal
chatgpt.com##[data-testid="modal-no-auth-gpt5-upsell"]
! Remove "data-scroll-locked" attribute dynamically to re-enable scrolling after hiding modals
chatgpt.com##body[data-scroll-locked]:remove-attr(data-scroll-locked)
! Force-enable scrolling on body and html elements
chatgpt.com##body:style(pointer-events: auto !important; overflow-y: auto !important)
chatgpt.com##html:style(overflow: auto !important)
! Remove "data-scroll-locked" attribute from body to re-enable scrolling
chatgpt.com##+js(remove-attr, body, data-scroll-locked)
! AddEventListener Defuser to block wheel event listeners that disable scrolling
! https://github.com/gorhill/uBlock/wiki/Resources-Library#addeventlistener-defuserjs-
chatgpt.com##+js(aeld, wheel)
! Hide bottom disclaimer about terms of service and privacy policy
chatgpt.com##div.text-token-text-secondary span a[href="https://openai.com/terms"]:upward(div.text-token-text-secondary)
! Hide "You're now using our basic model" popup
chatgpt.com##aside.rounded-3xl.border.py-4.ps-5.pe-3.shadow-xxs.bg-token-main-surface-primary
! Removes the initial assistant welcome message container
chatgpt.com##div[data-splash-headline-option]
! Navigation bar -----------------------------------------------
! Hide model switcher dropdown button
chatgpt.com##button[data-testid="model-switcher-dropdown-button"]
! Hide "Login" button
chatgpt.com##button[data-testid="login-button"]
! Hide "Sign up" button
chatgpt.com##button[data-testid="signup-button"]
! Hide "View plans and pricing", "Help Center", "Release Notes", "Terms & Policies" menu items
chatgpt.com##a.__menu-item[target="_blank"]
! Hide separator lines between menu items
chatgpt.com##div[role="separator"]
! Message input area -----------------------------------------------
! Hide the "Connect apps" and "Documents" menu item (login-gated) without relying on text or language
chatgpt.com##div[role="menuitem"] span.text-token-text-secondary:upward(div[role="menuitem"])
! Hide the "Login to upload files" tooltip
chatgpt.com##div[data-radix-popper-content-wrapper] div[data-state="open"] div.text-token-text-primary:upward(div[data-radix-popper-content-wrapper])
! Block floating promotional banner with login + upgrade CTA buttons abobe message box
chatgpt.com##aside:has(button.btn-primary):has(button.btn-secondary)
! Block "Try voice" button
chatgpt.com##div[data-testid="composer-speech-button-container"]
! Sidebar -----------------------------------------------
! Block "Images" sidebar menu item
chatgpt.com##a.group.__menu-item[data-testid="sidebar-item-library"]
! Block "Apps" sidebar menu item
chatgpt.com##a.group.__menu-item[data-testid="apps-button"]
! Block sidebar menu item like "search chat", "investigate" and "health"
chatgpt.com##div.__menu-item[data-sidebar-keep-open="true"]
! Block the bottom sticky login panel in the sidebar
chatgpt.com##.sticky.bottom-0.p-5.border-token-border-heavy
! Block chat menu items disabled for non-logged-in users
chatgpt.com##div[role="group"]:has(div.__menu-item[data-disabled="true"][data-radix-collection-item])
! End of filters for ChatGPT
! ====================================================================================
! ====================================================================================
! MARK: Gemini
! ██████ ███████ ███ ███ ██ ███ ██ ██
! ██ ██ ████ ████ ██ ████ ██ ██
! ██ ███ █████ ██ ████ ██ ██ ██ ██ ██ ██
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ███████ ██ ██ ██ ██ ████ ██
! Navigation bar -----------------------------------------------
! Hides right-panel Gemini links
gemini.google.com##div.right-section a[href*="gemini.google/about"]
gemini.google.com##div.right-section a[href*="gemini.google.com/app/download"]
gemini.google.com##div.right-section a[href*="one.google.com/ai"]
gemini.google.com##div.right-section a[href*="workspace.google.com/solutions/ai"]
! Hides the top-right Google/Gemini sign-in
gemini.google.com##div.boqOnegoogleliteOgbOneGoogleBar a[href*="accounts.google.com/ServiceLogin"]
! Sidebar -----------------------------------------------
! Hides the signed-out chat history/login panel in Gemini sidebar
gemini.google.com##div.chat-history conversations-list-signed-out
! Hides the "Import memory to Gemini" menu entry div.nested-menu-item-wrapper:has()
gemini.google.com##a[data-test-id="import-hub-settings-button"]
! Hides the "View subscriptions" menu entry in Gemini settings/menu
gemini.google.com##a[data-test-id="desktop-view-subscriptions-button"]
! Hides the NotebookLM menu entry in Gemini
gemini.google.com##a[data-test-id="notebook-lm-button"]
! Hides the "Send feedback" menu button in Gemini
gemini.google.com##button[data-test-id="send-feedback-button"]
! Hides the Help submenu button in Gemini menus
gemini.google.com##button[data-test-id="help-button"]
! Message input area -----------------------------------------------
! Removes the initial assistant welcome message container
gemini.google.com##assistant-messages-primary
! Hides the sign-in link inside the "new chat" warning dialog
gemini.google.com##reset-chat-signed-out-dialog a[data-test-id="sign-in-link"]
! Hides the Gemini file upload/open attachment menu button
gemini.google.com##div.file-uploader button[aria-controls="upload-file-menu"]
! Hides the Gemini "Tools" drawer/button near the prompt area
gemini.google.com##toolbox-drawer
! Removes the Gemini "sign in" upgrade/login button block
gemini.google.com##button[data-test-id="bard-sign-in-button"]
! Hides the Gemini model picker/switcher button (Flash, Pro, etc.)
gemini.google.com##button[data-test-id="bard-mode-menu-button"]
! Hides the Gemini AI disclaimer/footer notice block
gemini.google.com##hallucination-disclaimer
! Hides the Gemini sign-in nudge/promo banner
gemini.google.com##sign-in-nudge
! End of filters for Gemini
! ====================================================================================
! ====================================================================================
! MARK: Pinterest
! ██████ ██ ███ ██ ████████ ███████ ██████ ███████ ███████ ████████
! ██ ██ ██ ████ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ██ ██ ██ ██ ██ █████ ██████ █████ ███████ ██
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██ ██ ████ ██ ███████ ██ ██ ███████ ███████ ██
! Blocks Pinterest's full-page login/signup modal and restores scrolling
pinterest.*##div[data-test-id="fullPageSignupModal"]
pinterest.*##body:style(overflow: auto !important)
! Blocks Pinterest's bottom-right login/signup popup
pinterest.*##div[data-test-id="bottom-right-upsell"]
! Blocks Google's credential picker popup in top-right corner
pinterest.*##div#credential_picker_container
! Landing page -----------------------------------------------
! Block "Information" button in the header
pinterest.*##div[data-test-id="header-about-button"]
! Block "Companies" button in the header
pinterest.*##div[data-test-id="header-business-button"]
! Block "Create" button in the header
pinterest.*##div[data-test-id="header-create-button"]
! Block "What's New" button in the header
pinterest.*##div[data-test-id="header-blog-button"]
! Block "Login" button in the header
pinterest.*##div[data-test-id="simple-login-button"]
! Block "Register" button in the header
pinterest.*##div[data-test-id="simple-signup-button"]
! Block the entire signup modal
pinterest.*##div[data-test-id="signup-default-modal"]
! Block the "Continue" button in the signup form
pinterest.*##div[data-test-id="registerFormSubmitButton"]
! Block the Google signup button
pinterest.*##div[data-test-id="google-connect-button"]
! Block the birthdate input field
pinterest.*##div[data-test-id="signup-birthdate-field"]
! Block the "Create a business account" button at the bottom
pinterest.*##div[data-test-id="create-business-account-button"]
! Block the login toggle in the signup modal
pinterest.*##div[data-test-id="login-signup-toggle"]
! Block terms of service and privacy links
pinterest.*##div[data-test-id="terms-of-service"]
! Block the signup options container (email/password form)
pinterest.*##div[data-test-id="signup-options"]
! Hide the floating footer prompting to sign up or log in
pinterest.*##nav[data-test-id="floating-footer-container"]
! Search page -----------------------------------------------
! Hides the "More actions" button (three-dots) on pins during search browsing
pinterest.*##div[data-test-id="overflow-menu-button"]
! Post page -----------------------------------------------
! Hide the Login button on the right side of the navigation bar
pinterest.*##div[data-test-id="login-button"]
! Hide the Sign Up button on the right side of the navigation bar
pinterest.*##div[data-test-id="signup-button"]
! Hide the Settings button on the right side of the navigation bar
pinterest.*##div[data-test-id="setting-button"]
! Blocks the comment composer on Pinterest
pinterest.*##div[data-test-id="unauth-comment-composer"]
! Disables intereaction on the "React to pin" button
pinterest.*##button[data-test-id="react-button"]:style(pointer-events: none !important; opacity: 0.3 !important)
! Hides the "Download image" button
pinterest.*##button[data-test-id="pin-action-dropdown-download"]
! Hides the "Save image" button
pinterest.*##button[data-test-id="pin-action-dropdown-save"]
! Hides the main "Save" button on pins
pinterest.*##div[data-test-id="standard-save-button"]
! Hides the "More actions" button (three-dots) on pins during "Visually similar results" browsing
pinterest.*##div[data-test-id="MobileFeed"] button[data-test-id="more-actions-button"]
! Hides the "Save" and "Download" buttons in the desktop menu (right-click on pins), leaving only the "Open link" button
pinterest.*##div[data-test-id="desktop-context-menu"] div[data-test-id="more-options-save"],
pinterest.*##div[data-test-id="desktop-context-menu"] div[data-test-id="more-options-download"]
! Hides the "Download" button while hovering over pins
pinterest.*##button[aria-label="Descargar"]
pinterest.*##button[aria-label="Download"]
! Removes the "Log in to continue exploring Pinterest" overlay at the end of the page
pinterest.com##div[style*="z-index: 4"]:has([data-test-id="LoginButtonsContainer"])
! Profile page -----------------------------------------------
! Disable interection on the followers count on a profile
pinterest.*##div[data-test-id="profile-followers-count"]:style(pointer-events: none !important; opacity: 0.3 !important)
! Disable interection on the following count on a profile
pinterest.*##div[data-test-id="profile-following-count"]:style(pointer-events: none !important; opacity: 0.3 !important)
! Hides the "Follow" button on user profiles
pinterest.*##div[data-test-id="board-follow-button"]
! Hide the "Follow" button on a user profile information popup
pinterest.*##div[data-test-id="user-follow-button"]
! End of filters for Pinterest
! ====================================================================================
! ====================================================================================
! MARK: Ciperchile
! ██████ ██ ██████ ███████ ██████ ██████ ██ ██ ██ ██ ███████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██ ██ ██████ █████ ██████ ██ ███████ ██ ██ █████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ██ ██ ███████ ██ ██ ██████ ██ ██ ██ ███████ ███████
! Removes the "Hazte socio" footer popup/banner
ciperchile.cl##div.modal-footer-ciper
ciperchile.cl###mymodal-footer
! Navigation bar -----------------------------------------------
! Removes the "Hazte socio" alert and buttons in the top navigation bar
ciperchile.cl##.alert-ciper
ciperchile.cl###btnHazteSocioCabecera
ciperchile.cl###btn-ciper-socios-head
! Removes the comment form that prompts users to log in to comment
ciperchile.cl##form#comment_form
! End of filters for Ciperchile
! ====================================================================================
! ====================================================================================
! MARK: Biobiochile
! ██████ ██ ██████ ██████ ██ ██████ ██████ ██ ██ ██ ██ ███████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ██ ██ ██ ██████ ██ ██ ██ ██ ███████ ██ ██ █████
! ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
! ██████ ██ ██████ ██████ ██ ██████ ██████ ██ ██ ██ ███████ ███████
! Hides the login modal
biobiochile.cl##.loginModal
biobiochile.cl##div[data-v-04b55e92].loginModal
! Navigation bar -----------------------------------------------
! Button “Newsletters Bío Bío”
biobiochile.cl##a[href="/newsletter"]
biobiochile.cl###menu-usuario
! Post page -----------------------------------------------
! Removes the "leer tambien" suggestions in the middle of articles
biobiochile.cl##div.lee-tambien-bbcl
! Removes "¿encontraste un error? avísanos" button at the end of articles
biobiochile.cl##.openFormCorreccion
! Disables infinite scrolling
biobiochile.cl##+js(aeld, scroll)
biobiochile.cl##+js(set, history.replaceState, noopFunc)
! Remove the "Suscríbete a nuestros Nwsletters" aside
biobiochile.cl##a[href*="/newsletter/"]
! End of filters for biobiochile
! ====================================================================================