Skip to content

Commit

Permalink
updated twitter to x, added bluesky, and made a clarification about v…
Browse files Browse the repository at this point in the history
…ersions.
  • Loading branch information
m-primo committed Dec 4, 2024
1 parent 3644641 commit 5feccc1
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 2 deletions.
Binary file added img/site/bsky.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/site/x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ V2.2.0: New websites, selectable search engine, some updates.
V2.3.0: Style edited, tooltip added, multiple custom versions, structure updated.
V2.3.1: little bug fixed in version.
V2.3.2: auto-detect mode added, added some websites, new search engines added, ads removed, fix keycode deprecated, changed the file structure.
V2.3.3: added bluesky & changed twitter to x.
MIT License
----------------------------------------------------------
Expand All @@ -22,7 +23,7 @@ MIT License
// Initializations
const scriptName = 'Your Browsing Homepage';
const ns_scriptName = scriptName.replace(/ /g, '');
const currentVersion = 'v2.3.2';
const currentVersion = 'v2.3.3';
const slogan = 'Your gate to the internet';
// ----------------------------------------------------------

Expand Down
3 changes: 2 additions & 1 deletion js/sites.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ new Site("Bing", "http://bing.com/", "bing.png");
new Site("DuckDuckGo", "https://duckduckgo.com/", "duckduckgo.png");
new Site("Startpage", "https://www.startpage.com/", "startpage.jpg");
new Site("Facebook", "https://facebook.com", "fb.png");
new Site("Twitter", "https://twitter.com", "tw.png");
new Site("X", "https://x.com", "x.png", "X (formerly Twitter)");
new Site("LinkedIn", "https://www.linkedin.com", "li.webp");
new Site("Reddit", "https://reddit.com", "rdi.png");
new Site("Tumblr", "https://tumblr.com", "tumblr.png");
new Site("Bsky", "https://bsky.app", "bsky.png");
new Site("Medium", "https://medium.com", "medium.png");
new Site("Quora", "https://www.quora.com", "qra.png");
new Site("Pinterest", "https://www.pinterest.com", "pt.png");
Expand Down
8 changes: 8 additions & 0 deletions test_userSites.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/*
You can add your sites here in `test` version here.
To access this version add `?version=test` to the URL.
Check `userSites.js` for syntax.
*/

new Site("Blogger", "https://blogger.com", "b.png");
new Site("Bloomberg", "https://bloomberg.com", "../myimgs/bbg.png", "", true);

0 comments on commit 5feccc1

Please sign in to comment.