ImprovedTube

Results 962 comments of ImprovedTube

we can add it here https://github.com/code4charity/YouTube-Extension/blob/585957d46d79e6606b650fb1d48fdaec2a5f9e01/content-styles.css#L200 each box is //*[@id="dismissible"] identified only by the content of a ` ` /html/body/ytd-app/div/ytd-page-manager/ytd-search/div[1]/ytd-two-column-search-results-renderer/div/ytd-section-list-renderer/div[2]/ytd-item-section-renderer/div[3]/ytd-shelf-renderer[2]/div[1]/div[1]/div/h2/span

we can also make thumbnails smaller, as they force a lot of blank space & scrolling. and move all the "dismissible"'s into a "secondary" column, (search results are div id="columns"...

#dismissible {display:none;} ? (on youtube.com/results?search_query)

Hi! ♥ yes, we'd like to publish for Safari. Safari supports normal "Web Extensions". However they want them to be wrapped in an "app". Which requires a OSX command as...

Cool! Unpack, then run that Xcode command in command line as in the screenshot i.e. **xcrun safari-web-extension-converter** _/Users/You/Documents/unpackedStuff/_ ( or _$HOME/ImprovedTube-master_ or drag and drop the folder as seen here...

hi @CorduroyZeus123, does everything work for you in Safari? Did you identify difference compared to Chromium?

@CorduroyZeus123 oww, it's less of a hassle than opening github issue (=you might be done as fast as you can type the command) (so you might be the noble first...