Skip to content

Commit 3cc1435

Browse files
committed
docs: remove colons
1 parent 8ca8d10 commit 3cc1435

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

README-summary.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<br>
1515

16-
### Features:
16+
### Features
1717
All of these can be toggled and configured in the configuration menu.
1818
- Layout & User Experience:
1919
- Show the approximate amount of likes and dislikes on songs (powered by returnyoutubedislike.com)
@@ -44,7 +44,7 @@ My work relies on donations, so if you like this userscript please consider [sup
4444

4545
<br><br>
4646

47-
## Installation:
47+
## Installation
4848
Note: by installing BetterYTM, you agree to the [license terms](./LICENSE.txt), [disclaimers](#disclaimers) and [privacy notice.](#privacy)
4949
1. **Install a userscript manager browser extension - I really recommend Violentmonkey ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/), [Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag), [Edge](https://microsoftedge.microsoft.com/addons/detail/violentmonkey/eeagobfjdenkkddmbclomhiblgggliao?hl=en-GB&gl=DE)).**
5050
<sub>Other extensions are known to not work as expected, especially in isolated contexts like with FireMonkey or the Brave browser (<a href="https://github.com/Sv443/BetterYTM/issues/115#issuecomment-2468374348" target="_blank">more info here</a>).</sub>
@@ -59,7 +59,7 @@ Please make sure to manually remove and reinstall the userscript once the next r
5959

6060
<br><br>
6161

62-
## Integrations:
62+
## Integrations
6363
BetterYTM integrates with other extensions and tools to adjust their behavior and provide a smoother experience:
6464
- [Dark Reader](https://darkreader.org/)
6565
- [Enhancer for YouTube](https://www.mrfdev.com/enhancer-for-youtube)
@@ -71,7 +71,7 @@ To find out more about these integrations, [click here](./src/dev/integrations.m
7171

7272
<br><br>
7373

74-
## Plugins:
74+
## Plugins
7575
BetterYTM supports plugin userscripts that can be installed in parallel and can make use of BetterYTM's pre-existing API.
7676

7777
<!-- <{{PLUGINS}}> -->
@@ -89,15 +89,15 @@ Currently there are no available plugins, but you can [submit an issue using the
8989

9090
<br><br>
9191

92-
## Support:
92+
## Support
9393
If you have any questions, issues, or feature requests, please [open an issue here.](https://github.com/Sv443/BetterYTM/issues/new/choose)
9494
You can also join my Discord server and ask your questions there or just hang out with other community members and me:
9595

9696
[![Discord](https://img.shields.io/discord/565933531214118942)](https://dc.sv443.net/)
9797

9898
<br><br>
9999

100-
## Privacy:
100+
## Privacy
101101
BetterYTM does not collect any data about you that isn't strictly necessary for its features to work.
102102
Your userscript manager extension's storage API is used to store all settings and data locally on your device.
103103
Open its settings to see and manage this data or remove the userscript to automatically delete all data.
@@ -113,7 +113,7 @@ Find more info about the privacy of these services here:
113113

114114
<br><br>
115115

116-
### Development:
116+
### Development
117117
This project is based on my extensive template for making a userscript with TypeScript and many modern language and convenience features.
118118
[Check it out here](https://github.com/Sv443/Userscript.ts) if you want to make your own userscripts!
119119

@@ -123,7 +123,7 @@ This project is based on my extensive template for making a userscript with Type
123123
124124
<br><br>
125125

126-
### Attributions:
126+
### Attributions
127127
This userscript depends on these projects:
128128
- [@sv443-network/userutils](https://github.com/Sv443-Network/UserUtils)
129129
- [compare-versions](https://npmjs.org/package/compare-versions)
@@ -135,13 +135,13 @@ This userscript depends on these projects:
135135

136136
For development dependencies, please refer to `devDependencies` in [`package.json`](https://github.com/Sv443/BetterYTM/tree/main/package.json)
137137

138-
Icons:
138+
#### Icon attributions
139139
- Most icons are from [Material Icons](https://fonts.google.com/icons)
140140
- For external icon attributions, see [`assets/images/external/`](https://github.com/Sv443/BetterYTM/tree/main/assets/images/external/)
141141

142142
<br><br>
143143

144-
### Disclaimers:
144+
### Disclaimers
145145
- I am not affiliated with or endorsed by YouTube, Google, Alphabet, Genius, or anyone else.
146146
- I don't own and have not modified any third party icons, I just re-host them as they are [here](https://github.com/Sv443/BetterYTM/tree/main/assets/images/external/) for ensured availability and compatibility.
147147
- I do not intend to ever collect any data about the end user. Everything in this script is done and stored locally on your device or on the site the script runs on.

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</div>
1616
<br>
1717

18-
### Features:
18+
### Features
1919
All of these can be toggled and configured in the configuration menu.
2020
- Layout & User Experience:
2121
- Show the approximate amount of likes and dislikes on songs (powered by returnyoutubedislike.com)
@@ -48,7 +48,7 @@ If you disabled the watermark, you can still open it by clicking your avatar in
4848
4949
<br><br><br>
5050

51-
## Installation:
51+
## Installation
5252
Note: by installing BetterYTM, you agree to the [license terms](./LICENSE.txt), [disclaimers](#disclaimers) and [privacy notice.](#privacy)
5353
1. **Install a userscript manager browser extension - I really recommend Violentmonkey ([Firefox](https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/), [Chrome](https://chrome.google.com/webstore/detail/violentmonkey/jinjaccalgkegednnccohejagnlnfdag), [Edge](https://microsoftedge.microsoft.com/addons/detail/violentmonkey/eeagobfjdenkkddmbclomhiblgggliao?hl=en-GB&gl=DE)).**
5454
<sub>Other extensions are known to not work as expected, especially in isolated contexts like with FireMonkey or the Brave browser (<a href="https://github.com/Sv443/BetterYTM/issues/115#issuecomment-2468374348" target="_blank">more info here</a>).</sub>
@@ -63,7 +63,7 @@ Please make sure to manually remove and reinstall the userscript once the next r
6363

6464
<br><br>
6565

66-
## Integrations:
66+
## Integrations
6767
BetterYTM integrates with other extensions and tools to adjust its or their behavior and provide a smoother experience:
6868
- [Dark Reader](https://darkreader.org/)
6969
- [Enhancer for YouTube](https://www.mrfdev.com/enhancer-for-youtube)
@@ -75,7 +75,7 @@ To find out more about these integrations, [click here](./src/dev/integrations.m
7575

7676
<br><br>
7777

78-
## Plugins:
78+
## Plugins
7979
BetterYTM supports plugin userscripts that can be installed in parallel and can make use of BetterYTM's pre-existing API.
8080

8181
<!-- <{{PLUGINS}}> -->
@@ -93,15 +93,15 @@ Currently there are no available plugins, but you can [submit an issue using the
9393

9494
<br><br>
9595

96-
## Support:
96+
## Support
9797
If you have any questions, issues, or feature requests, please [open an issue here.](https://github.com/Sv443/BetterYTM/issues/new/choose)
9898
You can also join my Discord server and ask your questions there or just hang out with other community members and me:
9999

100100
[![Discord](https://img.shields.io/discord/565933531214118942)](https://dc.sv443.net/)
101101

102102
<br><br>
103103

104-
## Privacy:
104+
## Privacy
105105
BetterYTM does not collect any data about you that isn't strictly necessary for its features to work.
106106
Your userscript manager extension's storage API is used to store all settings and data locally on your device.
107107
Open its settings to see and manage this data or remove the userscript to automatically delete all data.
@@ -117,7 +117,7 @@ Find more info about the privacy of these services here:
117117

118118
<br><br>
119119

120-
### Development:
120+
### Development
121121
This project is based on my extensive template for making a userscript with TypeScript and many modern language and convenience features.
122122
[Check it out here](https://github.com/Sv443/Userscript.ts) if you want to make your own userscripts!
123123

@@ -128,7 +128,7 @@ This project is based on my extensive template for making a userscript with Type
128128
129129
<br><br>
130130

131-
### Attributions:
131+
### Attributions
132132
This userscript depends on these projects:
133133
- [@sv443-network/userutils](https://github.com/Sv443-Network/UserUtils)
134134
- [compare-versions](https://npmjs.org/package/compare-versions)
@@ -140,13 +140,13 @@ This userscript depends on these projects:
140140

141141
For development dependencies, please refer to `devDependencies` in [`package.json`](./package.json)
142142

143-
#### Icon attributions:
143+
#### Icon attributions
144144
- Most icons are from [Material Icons](https://fonts.google.com/icons)
145145
- For external icon attributions, see [`assets/images/external/README.md`](assets/images/external/README.md)
146146

147147
<br><br>
148148

149-
### Disclaimers:
149+
### Disclaimers
150150
- I am not affiliated with or endorsed by YouTube, Google, Alphabet, Genius, or anyone else.
151151
- I don't own and have not modified any third party icons, I just re-host them as they are [here](https://github.com/Sv443/BetterYTM/tree/main/assets/images/external/) for ensured availability and compatibility.
152152
- I do not intend to ever collect any data about the end user. Everything in this script is done and stored locally on your device or on the site the script runs on.

0 commit comments

Comments
 (0)