Skip to content

Commit

Permalink
Mutual Checker: Apply to new communities post header (#1695)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcustyphoon authored Jan 19, 2025
1 parent 8bedb50 commit 7057bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/mutual_checker.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { followingTimelineSelector } from '../utils/timeline_id.js';
const mutualIconClass = 'xkit-mutual-icon';
const hiddenAttribute = 'data-mutual-checker-hidden';
const mutualsClass = 'from-mutual';
const postAttributionSelector = `header ${keyToCss('attribution')} a:not(${keyToCss('reblogAttribution', 'rebloggedFromName')} *)`;
const postAttributionSelector = 'header a[rel="author"]';

const onlyMutualsStyleElement = buildStyle(`${keyToCss('notification')}:not([data-mutuals]) { display: none !important; }`);

Expand Down

0 comments on commit 7057bea

Please sign in to comment.