1234567891011121314151617181920212223242526272829 |
- .see-all-articles,
- .article-footer,
- .dropdown-toggle,
- .hsds-beacon,
- #query,
- .announce,
- .risk_work_off_wrapper,
- .action-link-block_action-button,
- .common-footer .flex-row.media-wrap,
- .common-footer .info,
- .breadcrumbs,
- .dapp-page .more-detail.link-hover,
- .section-tree-title,
- .article-subscribe,
- .article-votes-controls,
- .article-more-questions,
- .article a,
- .content-pc,
- p .underline,
- .article-page section.content
- {
- pointer-events: none !important;
- }
- .see-all-articles,.article-sidebar-item {
- display: none !important;
- }
- #beacon-container{
- display: none;
- }
|