Skip to content

Commit

Permalink
Fixed "General" -> "YouTube home page" -> "Search"
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Mar 5, 2021
1 parent 7728c88 commit 4bb5fae
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 0 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -334,8 +334,6 @@ chrome.storage.local.get(function(items) {
ga: a
});
}

console.log(a - (items.ga || 0));
});


Expand Down
1 change: 1 addition & 0 deletions content-scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ function camelize(string) {

function attributes(items) {
var whitelist = {
'youtube-home-page': true,
'remove-related-search-results': true,
'squared-user-images': true,
'hide-animated-thumbnails': true,
Expand Down
1 change: 1 addition & 0 deletions content-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ html[it-page-type=home][it-youtube-home-page=search] #yt-masthead-content {
pointer-events: all;
justify-content: center;
align-items: center;
background: var(--yt-spec-general-background-a);
}

html[it-page-type=home][it-youtube-home-page=search] ytd-searchbox>form {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Improve YouTube! (Open-Source for YouTube)",
"short_name": "ImprovedTube",
"description": "Make YouTube tidy & powerful! YouTube Player Size Theme Quality Auto HD Colors Playback Speed Style ad block Playlist Channel H.264",
"version": "3.177",
"version": "3.179",
"default_locale": "en",
"icons": {
"128": "assets/icons/128.png",
Expand Down

0 comments on commit 4bb5fae

Please sign in to comment.