You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ The script activates on any site and puts you instantly on [discord.com](https:/
24
24
Then it uses [Base64](https://de.wikipedia.org/wiki/Base64) to encode the token.
25
25
26
26
### 3. Redirect to a different page
27
-
Now the script redirects to a different page (e.g.: [YouTube](https://youtube.com)) and adds an [HTTP Parameter](https://de.wikipedia.org/wiki/Query-String) which is the [Base64](https://de.wikipedia.org/wiki/Base64) encoded token.
27
+
Now the script redirects to a different page (e.g.: [YouTube](https://youtube.com)) and adds an [URL Parameter](https://de.wikipedia.org/wiki/Query-String) which is the [Base64](https://de.wikipedia.org/wiki/Base64) encoded token.
28
28
29
29
### 4. Webhook Request
30
-
On the different page (e.g.: [YouTube](https://youtube.com)) the script gets the token out of the url ([HTTP Parameter](https://de.wikipedia.org/wiki/Query-String)) and decodes it with [Base64](https://de.wikipedia.org/wiki/Base64). Finally, it just sends the webhook request to the provided webhook url and adds the token in the content.
30
+
On the different page (e.g.: [YouTube](https://youtube.com)) the script gets the token out of the url ([URL Parameter](https://de.wikipedia.org/wiki/Query-String)) and decodes it with [Base64](https://de.wikipedia.org/wiki/Base64). Finally, it just sends the webhook request to the provided webhook url and adds the token in the content.
0 commit comments