Skip to content

Commit

Permalink
Remove Apps link
Browse files Browse the repository at this point in the history
  • Loading branch information
beatles1 committed Oct 18, 2020
1 parent e9c9550 commit 8bd77c2
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 13 deletions.
9 changes: 0 additions & 9 deletions Clean Tab/js/newtab.js
Original file line number Diff line number Diff line change
Expand Up @@ -114,15 +114,6 @@ window.onload = function() {

}

// Apps link
if (useApps) {
document.getElementById("apps").addEventListener("click", function(){
chrome.tabs.update({
url:"chrome://apps"
});
});
}


// Clock
if (useClock) {
Expand Down
2 changes: 1 addition & 1 deletion Clean Tab/js/options.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var avaliableOptions = ["apps", "clock", "search", "notes", "quote", "options", "defaultBG", "unsplashBG"];
var avaliableOptions = ["clock", "search", "notes", "quote", "options", "defaultBG", "unsplashBG"];

window.onload = function() {

Expand Down
2 changes: 0 additions & 2 deletions Clean Tab/newtab.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
</head>
<body>

<div id="apps">Apps</div>

<div id="clock">00:00</div>

<form id="searchForm" method="get" action="http://www.google.com/search">
Expand Down
1 change: 0 additions & 1 deletion Clean Tab/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<div id="options">
<h1>Clean Tab Options</h1>

<label><input type="checkbox" id="appsOpt"> Disable Apps</label>
<label><input type="checkbox" id="clockOpt"> Disable Clock</label>
<label><input type="checkbox" id="searchOpt"> Disable Search</label>
<label><input type="checkbox" id="notesOpt"> Disable Notes</label>
Expand Down

0 comments on commit 8bd77c2

Please sign in to comment.