From 1eea11e560872b0e1a7ee920d948e71d6196ba66 Mon Sep 17 00:00:00 2001 From: "i.j" Date: Fri, 2 Dec 2022 19:52:46 +0000 Subject: [PATCH] Update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e3e898b..8ca8192 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,23 @@ For that, edit the the JS file *mastodon-timeline.js* and at the beginning repl If you don't find your user_id, just copy your @profile_name and @instance_uri here: https://prouser123.me/mastodon-userid-lookup/ +Also you can customize some parameters such as: + +``` + // The maximun amount of toots to get from the user + toots_limit: 13 + + // Hide the boosted toots + hide_reblog: false + + // Hide the replies from the user + hide_replies: true + + // Customize the text of the button after the last toot + btn_see_more: 'See more posts at Mastodon' + +``` + ## 🚀 Improve me Feel free to add/improve the styles and add more features.