Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
javierarce committed Nov 26, 2024
2 parents 997f031 + 6ebbd87 commit 4a90b55
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
Binary file added favicons/wikipedia.ico
Binary file not shown.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<script type="text/javascript">
window.onload = () => {
new Chameleon(['mastodon', 'bluesky', 'gmail', 'tumblr'])
new Chameleon(['wikipedia', 'mastodon', 'bluesky', 'gmail', 'tumblr'])
}
</script>
</head>
Expand Down
10 changes: 10 additions & 0 deletions script.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
const SERVICES = {
wikipedia: () => {
let title = "Wikipedia";
let favicon = "/favicons/wikipedia.ico";

return {
title,
favicon,
};
},

tumblr: () => {
let title = "Tumblr";
let favicon = "favicons/tumblr.ico";
Expand Down

0 comments on commit 4a90b55

Please sign in to comment.