jshackles / Enhanced_Steam

Enhances the Steam Experience
www.EnhancedSteam.com
GNU General Public License v3.0
1.32k stars 196 forks source link

Steam's store fails to load #1654

Open avi12 opened 5 years ago

avi12 commented 5 years ago

Enhanced Steam version: 9.9 No errors in the console - just not loading.

thomas-ashcraft commented 5 years ago

Actually it loads, and then immediately become hidden.

The problem is here:

<div class="responsive_page_template_content es_hide" style="display: none;">

div.responsive_page_template_content receives class es_hide and style="display:none;". Both effects should be removed to main store page appears again.

ysu2 commented 5 years ago

Same problem here

JoiNNN commented 5 years ago

@avi12 @ysu2 you can fix this following these steps: 1: Right click anywhere on page 2: Select Inspect 3: Go to Console tab 4: Set the JS context to Enhanced Steam 5: Copy - paste this code storage.set({'show_homepage_specials': true}); and hit enter, then refresh the page.

1

ysu2 commented 5 years ago

Thanks, there's one hurdle; I do not have the context switcher at all. Is that some special option somewhere? (firefox v64)

JoiNNN commented 5 years ago

For Firefox go to Enhanced Steam Options page and do the same, just skip step four. asfasf

ysu2 commented 5 years ago

Very nice, thanks!

VanityFox commented 4 years ago

So, Enhanced Steam is discontinued. There is now Augmented Steam. Perhaps your requested feature/bugfix is already implemented there! If not, you could move your issue there.