HWP

LightBlog
Showing posts with label youtube. Show all posts
Showing posts with label youtube. Show all posts

Friday, May 11, 2018

YouTube new tools. Help you stop watching videos.

May 11, 2018 0

Google's YouTube is the first streaming app that will actually tell users to stop watching. At its Google I/O conference this week, the company introduced a series of new controls for YouTube that will allow users to set limits on their viewing, and then receive reminders telling them to “take a break.” The feature is rolling out now in the latest version of YouTube’s app, along with others that limit YouTube’s ability to send notifications, and soon, one that gives users an overview of their binge behavior so they can make better-informed decisions about their viewing habits.
With “Take a Break,” available from YouTube’s mobile app Settings screen, users can set a reminder to appear every 15, 30, 60, 90 or 180 minutes, at which point the video will pause. You can then choose to dismiss the reminder and keep watching, or close the app.
The setting is optional, and is turned off by default, so it’s not likely to have a large impact on YouTube viewing time at this point.


Also new is a feature that lets you disable notification sounds during a specified time period each day _say, for example, from bedtime until the next morning. When users turn on the setting to disable notifications, it will, by default, disable them from 10 PM to 8 AM local time, but this can be changed.

Combined with this is an option to get a scheduled digest of notifications as an alternative. This setting combines all the daily push notifications into a single combined notification that is sent out only once per day. This is also off by default, but can be turned on in the app’s settings.
And YouTube is preparing to roll out a “time watched profile” that will appear in the Account menu and display your daily average watch time, and how long you’ve watched YouTube videos today, yesterday and over the past week, along with a set of tools to help you manage your viewing habits.
While these changes to YouTube are opt-in, it’s an interesting — and arguably responsible — position to take in terms of helping people manage their sometimes addictive behaviors around technology.
And it’s not the only major change Google is rolling out on the digital well-being front — the company also announced a series of Android features that will help you get a better handle on how often you’re using your phone and apps, and give you tools to limit distractions — like a Do Not Disturb setting, alerts that are silenced when the phone is flipped over and a “Wind Down” mode for nighttime usage that switches on the Do Not Disturb mode and turns the screen to gray-scale
The digital well-being movement at Google got its start with a 144-page Google Slides presentation from product manager Tristan Harris, who was working on Google’s Inbox app at the time. After a trip to Burning Man, he came back convinced that technology products weren’t always designed with users’ best interests in mind. The memo went viral and found its way to then-CEO Larry Page, who promoted Harris to “design ethicist” and made digital well-being a company focus.
There’s now a Digital Wellbeing website, too, that talks about Google’s broader efforts on this front. On the site, the company touts features in other products that save people time, like Gmail’s high-priority notifications that only alert you to important emails; Google Photos’ automated editing tools; Android Auto’s distracted driving reduction tools; Google Assistant’s ability to turn on your phone’s DND mode or start a “bedtime routine” to dim your lights and quiet your music; Family Link’s tools for reducing kids’ screen time; Google WiFi’s support for “internet breaks;” and more.
Google is not the only company rethinking its role with regard to how much its technology should infiltrate our lives. Facebook, too, recently re-prioritized well-being over time spent on the site reading news, and saw its daily active users decline as a result.

Friday, February 16, 2018

Youtube Live Chat Background Removing CSS Code

February 16, 2018 0
Copy This Code


@import url("https://fonts.googleapis.com/css?fami...");
@import url("https://fonts.googleapis.com/css?fami... One");
@import url("https://fonts.googleapis.com/css?fami...");
@import url("https://fonts.googleapis.com/css?fami...");

body {
background-color: transparent !important;
}

/* Transparent background. */
yt-live-chat-renderer {
background-color: transparent !important;
}

/* Outlines */
yt-live-chat-renderer * {
text-shadow: -2px -2px #000000,-2px -1px #000000,-2px 0px #000000,-2px 1px #000000,-2px 2px #000000,-1px -2px #000000,-1px -1px #000000,-1px 0px #000000,-1px 1px #000000,-1px 2px #000000,0px -2px #000000,0px -1px #000000,0px 0px #000000,0px 1px #000000,0px 2px #000000,1px -2px #000000,1px -1px #000000,1px 0px #000000,1px 1px #000000,1px 2px #000000,2px -2px #000000,2px -1px #000000,2px 0px #000000,2px 1px #000000,2px 2px #000000;
font-family: "Laila";
font-size: 10px !important;
line-height: 1px !important;
}

yt-live-chat-text-message-renderer #content,
yt-live-chat-legacy-paid-message-renderer #content {
overflow: initial; !important
}

/* Hide scrollbar. */
yt-live-chat-item-list-renderer #items{
overflow:hidden !important;
}

/* Hide header and input. */
yt-live-chat-header-renderer,
yt-live-chat-message-input-renderer {
display: none !important;
}

/* Reduce side padding. */
yt-live-chat-text-message-renderer,
yt-live-chat-legacy-paid-message-renderer {
padding-left: 2px !important;
padding-right: 4px !important;
}

/* Avatars. */
yt-live-chat-text-message-renderer #author-photo,
yt-live-chat-legacy-paid-message-renderer #author-photo { width: 25px !important;
height: 25px !important;
border-radius: 25px !important;
margin-right: 6.25px !important;
}

/* Hide badges. */
yt-live-chat-text-message-renderer #author-badges {
display: none !important;
vertical-align: text-top !important;
}

/* Timestamps. */
yt-live-chat-text-message-renderer #timestamp { color: #999999 !important;
font-family: "Imprima";
font-size: 10px !important;
line-height: 16px !important;
}

/* Badges. */
yt-live-chat-text-message-renderer #author-name[type="owner"],
yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="owner"] {
color: #ff0000 !important;
}

yt-live-chat-text-message-renderer #author-name[type="moderator"],
yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="moderator"] {
color: #0000a0 !important;
}

yt-live-chat-text-message-renderer #author-name[type="member"],
yt-live-chat-text-message-renderer yt-live-chat-author-badge-renderer[type="member"] {
color: #00ffff !important;
}

/* Channel names. */
yt-live-chat-text-message-renderer #author-name {
color: #00ff40 !important;
font-family: "Abel";
font-size: 35px !important;
line-height: 35px !important;
}

yt-live-chat-text-message-renderer #author-name::after {
content: ":";
margin-left: 2px;
}

/* Messages. */
yt-live-chat-text-message-renderer #message,
yt-live-chat-text-message-renderer #message *,
yt-live-chat-legacy-paid-message-renderer #detail-text,
yt-live-chat-legacy-paid-message-renderer #detail-text * {
color: #ff0c0c !important;
font-family: "Laila";
font-size: 30px !important;
line-height: 30px !important;
}


/* Fan Funding Messages. */
yt-live-chat-legacy-paid-message-renderer #event-text {
color: #ffffff !important;
font-family: "Changa One";
font-size: 20px !important;
line-height: 20px !important;
}

yt-live-chat-legacy-paid-message-renderer #detail-text,
yt-live-chat-legacy-paid-message-renderer #detail-text * {
color: #ffffff !important;
font-family: "Imprima";
font-size: 18px !important;
line-height: 18px !important;
}

yt-live-chat-legacy-paid-message-renderer {
background-color: #00ffff !important;
margin: 4px 0 !important;
padding: 4px !important;
}

yt-live-chat-text-message-renderer a,
yt-live-chat-legacy-paid-message-renderer a {
text-decoration: none !important;
}

yt-live-chat-text-message-renderer[is-deleted],
yt-live-chat-legacy-paid-message-renderer[is-deleted] {
display: none !important;
}

Thursday, December 7, 2017

Use Free Copyright Music, Video And Photos for YouTube Other Purpose.

December 07, 2017 0

     This is a official library of youtube where we can get thousand of free music and sound effect.
Using this music and sound in your content, there is no chance to get any copyright clam and strike in your channel but you must read their team and condition to obey their policies. 

  Nocopyrightsound is not any website. This is a youtube channel which provide hundreds of free musics and beats for free use but we must follow their rule. That means we must give credit name and link that they provided in each music. 

Watch This Video If you Confuse how to download or visit this all website


 Videoblocks is one of the famous website which provide us 7 days free copyright video download service.
After 7 days we must buy one plane for one years that provide unlimited download for whole year.
4) Pexels
Pexels is also one of the must famous website that provide free copyright images/photos in high HD quality. 
VideoPexels is also famous website that provide thousend of free copyright videos clips in very high HD quality and in different categories for commercial use. 
6) Pixabay
Pixabay is one of the most famous website that providing both free copyright video and images in very high HD resolutio.
In this website we can get thousand of different categories types of videos and images for commercial use.