Skip to content

Commit

Permalink
V2.3.1 Perpetual-Beta Release for public usage: Minor update to work …
Browse files Browse the repository at this point in the history
…with YouTube's front-end webpage code changes. Main player option moved to own setting. (#15)

* V2.1.1 bugfixes and additional cards taken care of.

* 4 column video homepage start

* Minor- unrounded endscreen autoplay and next preview

* Bugfixes to last commit (next preview)

* Videos Per Row With First Numaric Setting

* Videos Per Row With First Numaric Setting

* V2.2.1 Videos Per Row Numaric and additional views un-rounded

* First usages of projectConfigurations.json w/ start of genetrification

* Full JSON projectCOnfiguration heads for console logs facing webpage console

* Horizontal scrollbar removal shifting when vertical overflow

* V3 manifest upgrade

* Install redirect to instructions page for Firefox via background script

* Major compatabality with Chromium-based browsers (MV3 needs commenting out only config change for users)

* removal of accidental test data left from last commit

* Moved PERCENT_MORE_SPACE_TO_ACTIONS_BAR to dropdown + some small code quality of life

* Update README.md to match last push changes

* Version number change to 2.2.4, minor comment removel

* V2.2.4 Upgrade to Manifest V3 & Actions Space % Popup Migration (#7)

* Master (#6) (#8)

* V2.1.1 bugfixes and additional cards taken care of.

* 4 column video homepage start

* Minor- unrounded endscreen autoplay and next preview

* Bugfixes to last commit (next preview)

* Videos Per Row With First Numaric Setting

* Videos Per Row With First Numaric Setting

* Feature update: Reset settings major button added, Action Boarders setting re-enabled, consolidation of checkbox and number value seting

* Moved settings json to projectConfiguration & fixed log_header to work in all longs from configuration

* Popup page contents shifted to projectConfiguration.json. Contains first load population bug

* Bugfix: Popup first load populating

* Popup scroll persistance & color moved to projectConfig

* More element autogen pushed to projectConfig

* Create LICENSE

Meant to do this much sooner, feel free to fork

* More movement away from hard-coded name usage, added options for background.js, stepping canidate for new release and fork to template repository

* Master (#6) (#8) (#9)

* V2.1.1 bugfixes and additional cards taken care of.

* 4 column video homepage start

* Minor- unrounded endscreen autoplay and next preview

* Bugfixes to last commit (next preview)

* Videos Per Row With First Numaric Setting

* Videos Per Row With First Numaric Setting

* Revert "Master (#6) (#8) (#9)" (#10)

This reverts commit d9c0f0a.

* V2.3.0 Minor upgrade, more compatabailty to non-hardcoded infromation. (#11)

* V2.2.1 Videos Per Row Numaric and additional views un-rounded

* First usages of projectConfigurations.json w/ start of genetrification

* Full JSON projectCOnfiguration heads for console logs facing webpage console

* Horizontal scrollbar removal shifting when vertical overflow

* V3 manifest upgrade

* Install redirect to instructions page for Firefox via background script

* Major compatabality with Chromium-based browsers (MV3 needs commenting out only config change for users)

* removal of accidental test data left from last commit

* Moved PERCENT_MORE_SPACE_TO_ACTIONS_BAR to dropdown + some small code quality of life

* Update README.md to match last push changes

* Version number change to 2.2.4, minor comment removel

* V2.2.4 Upgrade to Manifest V3 & Actions Space % Popup Migration (#7)

* Feature update: Reset settings major button added, Action Boarders setting re-enabled, consolidation of checkbox and number value seting

* Moved settings json to projectConfiguration & fixed log_header to work in all longs from configuration

* Popup page contents shifted to projectConfiguration.json. Contains first load population bug

* Bugfix: Popup first load populating

* Popup scroll persistance & color moved to projectConfig

* More element autogen pushed to projectConfig

* Create LICENSE

Meant to do this much sooner, feel free to fork

* More movement away from hard-coded name usage, added options for background.js, stepping canidate for new release and fork to template repository

* Master (#6) (#8) (#9)

* V2.1.1 bugfixes and additional cards taken care of.

* 4 column video homepage start

* Minor- unrounded endscreen autoplay and next preview

* Bugfixes to last commit (next preview)

* Videos Per Row With First Numaric Setting

* Videos Per Row With First Numaric Setting

* Revert "Master (#6) (#8) (#9)" (#10)

This reverts commit d9c0f0a.

* Update README.md

* Small update, modified extension to work with new main player corner layout. Option moved to own setting.
  • Loading branch information
42null committed Sep 18, 2023
1 parent fd0fde4 commit 22ce640
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 395 deletions.
9 changes: 1 addition & 8 deletions injectionInjector.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ function setProperty(propertyName, value){
function settingsToActions(){
getApplySettings(KEY_STORAGE_LOCAL_APPLYING_ADJUSTMENT_STATES).then((applySettings) => {
logWithConfigMsg("Settings used:");

const keys = Object.keys(applySettings);
for (let i = 0; i < keys.length; i++) {
const key = keys[i];
Expand Down Expand Up @@ -200,13 +201,6 @@ function settingsToActions(){
setProperty("return-youtube-ui-percent-more-actions-bar-space", value+"%");
setInjectionStateHelper( "injection_parts/primary/percent_more_actions_bar.css");
}
}else{
if(key === "VIDEOS_PER_ROW"){
var r = document.querySelector(':root');
r.style.setProperty('--return-youtube-ui-videos-per-row', value);
setInjectionStateHelper(false, "injection_parts/return/homepage_videos_per_row.css");
setInjectionStateHelper(true, "injection_parts/return/homepage_videos_per_row.css");
}
}
}
}).catch((error) => {
Expand All @@ -215,7 +209,6 @@ function settingsToActions(){
}

// Initial setup/initial receive
console.log("Running initial applySettings...");
settingsToActions();


Expand Down
59 changes: 0 additions & 59 deletions injection_parts/return/unrounded_thumbnails_and_players.css

This file was deleted.

181 changes: 0 additions & 181 deletions popup/trigger_calls.js

This file was deleted.

Loading

0 comments on commit 22ce640

Please sign in to comment.