This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * @name ZeresPluginLibrary | |
| * @description Gives other plugins utility functions. | |
| * @version 2.0.23 | |
| * @author Zerebos | |
| * @source https://github.com/rauenzi/BDPluginLibrary | |
| */ | |
| /*@cc_on | |
| @if (@_jscript) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/nitter.example.conf b/nitter.example.conf | |
| index ffe7a3b..1674516 100644 | |
| --- a/nitter.example.conf | |
| +++ b/nitter.example.conf | |
| @@ -35,6 +35,7 @@ tokenCount = 10 | |
| #cookieHeader = "ct0=XXXXXXXXXXXXXXXXX; auth_token=XXXXXXXXXXXXXX" # authentication cookie of a logged in account, required for the likes tab and NSFW content | |
| #xCsrfToken = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" # required for the likes tab and NSFW content | |
| +#bearerToken = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" # required for likes | |