mirror of
				https://codeberg.org/ashley/poke
				synced 2025-07-17 16:52:11 +00:00 
			
		
		
		
	fix some stuff lol
This commit is contained in:
		
							parent
							
								
									fa178fc8a5
								
							
						
					
					
						commit
						07b700b327
					
				| @ -264,7 +264,7 @@ background: none !important; | ||||
|     | ||||
|   <body> | ||||
|      | ||||
| <div class="app" style="color:#fff"> | ||||
| <div class="app" style="color:#fff;border-radius: 0em !important;"> | ||||
|      | ||||
|              | ||||
|     <nav> | ||||
| @ -348,7 +348,7 @@ background: none !important; | ||||
|         	<div class="video-info-panel" style="border-radius:0em !important;">   | ||||
|             <div class="video-title" style="font-family:Inter;font-weight:bold;line-break: auto;max-width: max-content;margin: 0;margin-bottom: 0;padding: 0;" title="<%=inv_vid.title%>"><%=inv_vid.title%> </div> | ||||
|            | ||||
|           <a href="#metadata" style="font-weight: bolder;font-family: sans-serif;color: #fff;font-size: small;"> <%=convert(engagement.viewCount)%> Views - By <%=k.Video.Channel.Name%></a> | ||||
|           <a style="font-weight: bolder;font-family: sans-serif;color: #fff;font-size: small;"> <%=convert(engagement.viewCount)%> Views - By <%=k.Video.Channel.Name%></a> | ||||
|     | ||||
|                      <div> | ||||
| <div class="video-info-buttons pill" > | ||||
| @ -404,20 +404,14 @@ background: none !important; | ||||
|           <% if (String(inv_vid.descriptionHtml) != "undefined")  { %> | ||||
|          <% if (String(inv_vid.descriptionHtml) != " ")  { %> | ||||
| 
 | ||||
|               <%-String(inv_vid.description).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %> | ||||
|               <%-linkify(String(inv_vid.description)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "nitter.net").replace(/reddit\.com/g, "teddit.net") %> | ||||
|                  | ||||
|                           <% } %>                                  <% } %>           | ||||
|                | ||||
| 
 | ||||
|                              | ||||
|   | ||||
|                        <a id="metadata"></a> | ||||
|                            <div class="video-title" style="color:#fff;font-family:'PokeTube Flex';font-weight:1000;font-stretch: extra-expanded;margin-top: 10px;margin-bottom: 10px;">Metadata And Engagement</div> | ||||
|  <hr style="clear: both;display: block;border: none;border-bottom: 0.5px solid #2f2f2f;/*! width: 4.5em; */height: 0;"> | ||||
| 
 | ||||
|      <p  style="font-weight: bold;"> | ||||
|   not on lite version | ||||
|                    | ||||
|                       | ||||
|                        | ||||
|                       </span>  | ||||
|                        | ||||
| @ -545,11 +539,11 @@ background: none !important; | ||||
|  						<div class="video" > | ||||
|                     <% if (!optout) { %>  | ||||
| 
 | ||||
|       <a  href="/lite?v=<%= x.id %>" class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;"  >								<span class="video-length"><%=x.duration %></span> | ||||
|       <a  href="/lite?v=<%= x.id %>" class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;"  >								<span class="video-length"><%=x.duration || "LIVE" %></span> | ||||
|                            <% } %> | ||||
|    <% if (optout) { %>  | ||||
| 
 | ||||
|       <a  href="/lite?v=<%= x.id %>&t=f" class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;"  >								<span class="video-length"><%=x.duration %></span> | ||||
|       <a  href="/lite?v=<%= x.id %>&t=f" class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;"  >								<span class="video-length"><%- x.duration || "LIVE"%></span> | ||||
|                            <% } %> | ||||
| 							</a> | ||||
| 							<div class="info"> | ||||
| @ -562,44 +556,14 @@ background: none !important; | ||||
|                    <% } %> | ||||
| 								<div> | ||||
|                <a class="max-lines-2" href="/channel?id=<%= x.Channel.id %>" style="-webkit-line-clamp: 1;width: 12em;word-wrap: break-word;"><%=x.Channel.Name %></a> | ||||
| 									<div class="video-views">  <%= x.uploadedAt %> • <%= convert(x.views) %> views </div> | ||||
| 								</div> | ||||
| 							</div> | ||||
| 						</div> | ||||
|   | ||||
|        <% }) %>    | ||||
|                             <% } %> | ||||
|   | ||||
|      <% if (f) { %>  | ||||
| 
 | ||||
|      <% tj.Contents.ItemSection.Video.forEach(x => { %>        | ||||
|  						<div class="video"> | ||||
|                     <% if (!optout) { %>  | ||||
| 
 | ||||
|       <a  href="/lite?v=<%= x.id %>" class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;"  >								<span class="video-length"><%=x.duration %></span> | ||||
|                            <% } %> | ||||
|    <% if (optout) { %>  | ||||
| 
 | ||||
|       <a  href="/lite?v=<%= x.id %>&t=f" class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.id %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 9.5px;"  >								<span class="video-length"><%=x.duration %></span> | ||||
|                             <% } %> | ||||
| 							</a> | ||||
| 							<div class="info"> | ||||
|        <% if (!optout) { %>  | ||||
| 								<a href="/lite?v=<%= x.id %>" class="title max-lines-2" title="<%= x.Title %>"><%= x.Title %></a> | ||||
|                    <% } %> | ||||
|    <% if (optout) { %>  | ||||
| 								<a href="/lite?v=<%= x.id %>&t=f" class="title max-lines-2" title="<%= x.Title %>"><%= x.Title %></a> | ||||
|                    <% } %> | ||||
| 								<div> | ||||
|                <a class="max-lines-2" href="/channel?id=<%= video.Channel.id %>"><%=k.Video.Channel.Name %></a> | ||||
| 									<div> | ||||
|  <%= x.uploadedAt %> • <%= convert(x.views) %> views</div> | ||||
| 									<div class="video-views">  <%= x.uploadedAt.replace("Streamed", "Live") %> • <%= convert(x.views) %> views </div> | ||||
| 								</div> | ||||
| 							</div> | ||||
| 						</div> | ||||
|   | ||||
|        <% }) %>    | ||||
|                             <% } %> | ||||
|    | ||||
|                                                           <% } %> | ||||
| 
 | ||||
|                                                              | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ashley
						Ashley