Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

Add opt-in feature to anonymize tweets #173

Closed
wants to merge 4 commits into from

Conversation

iGitScor
Copy link

Feature proposal: Anonymous tweets to encourage content

@@ -0,0 +1,7 @@
export default function () {
$('.FullNameGroup .fullname').text('Jane Doe');
$('.js-retweet-text b').text('Jane Doe');
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about Math.random() >= 0.5 ? 'Jane Doe' : 'John Doe'? That way we stay totally neutral.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For sure, I changed it

@sindresorhus sindresorhus changed the title Anonymize tweets Add opt-in feature to anonymize tweets Mar 21, 2019
@sindresorhus
Copy link
Owner

Cool idea :)

Can you also add it to the readme?

anonymizeTweets: {
id: 'feature-anonymous-tweets',
category: 'timeline',
label: 'Transform your timeline in Jane Doe tweets timeline',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needs a better description. More like the one in the readme.

readme.md Outdated Show resolved Hide resolved
@@ -42,6 +42,7 @@ We use Twitter a lot and notice many dumb annoyances we'd like to fix. So here b
- Uses your personal color theme on all profiles.
- Hides the header image on profile pages.
- [Shows alternative image text below images when available.](https://user-images.githubusercontent.com/170270/40556400-b46c292c-6076-11e8-8241-f5c4e1a7a161.png)
- Anonymizes tweets by replacing real usernames with "John Doe" or "Jane Doe"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Anonymizes tweets by replacing real usernames with "John Doe" or "Jane Doe"
- Anonymizes tweets by replacing real usernames and names with `John Doe` or `Jane Doe`.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This made be realize, it shouldn't replace usernames with John Doe. It should rather replace those with @johndoe or @janedoe. Right?

anonymizeTweets: {
id: 'feature-anonymize-tweets',
category: 'timeline',
label: 'Anonymize tweets by replacing real usernames with "John Doe" or "Jane Doe" to focus on tweets\' content',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as the readme description comment.

@sindresorhus
Copy link
Owner

#173 (comment) still needs to be fixed.

@sindresorhus
Copy link
Owner

@iGitScor Bump :)

@sindresorhus
Copy link
Owner

Closing for lack of response. Still happy to land this if you find time to finish it ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants