- Fork this repository
- Modify config.json with your desired settings.
- Enable github pages on the master branch.
- Profit.
tatertot-demo.mp4
This uses a GitHub action that runs a NodeJS script, found in src
. This then commits the finished HTML to index.html
, and then GitHub Pages will build that HTML file, allowing you to rickroll your friends.
This has all possible configuration values predefined in config.js
, but here is an explanation for each.
{
"embed": {
"title": "Tatertot Title",
"description": "Tatertot Description",
"url": "https://bluefalconhd.github.io/tatertot",
"image": "https://github.com/BlueFalconHD/tatertot/raw/master/assets/logo.png",
"color": "#FFFFFF"
},
"page": {
"title": "Tatertot Page Title"
},
"redirect": "https://shattereddisk.github.io/rickroll/rickroll.mp4",
"delay": 10000,
"iframe": "https://bluefalconhd.github.io/Bento/"
}
The title of the embed that shows in discord or twitter.
The description of the embed that shows in discord or twitter.
The url discord or twitter will send you to on click of the embed.
A link to the thumbnail image.
A hex color code like #FFFFFF
that shows on the side of the embed in discord.
The tab title of the website.
The website to redirect to after the delay
The delay in between when somebody visits the website and when it redirects to the link chosen.
The dummy website to show inside an iframe.
Note: This might not work in some cases due to browser security features.
๐ผ @readmeify โ docs โข ๐ฎ MIT License โข Jump to Top