mirror of
https://codeberg.org/ashley/poke
synced 2025-05-31 03:29:43 +00:00
Update html/watch.ejs
This commit is contained in:
parent
ec4d53cbed
commit
11faafeaff
@ -2914,13 +2914,60 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||||||
<div class="nerddd" style="background:#272727;padding: 5px;margin-top: 12px;border-radius: 11px;font-family: 'PokeTube Flex';font-stretch: extra-expanded;font-weight: 700;">
|
<div class="nerddd" style="background:#272727;padding: 5px;margin-top: 12px;border-radius: 11px;font-family: 'PokeTube Flex';font-stretch: extra-expanded;font-weight: 700;">
|
||||||
|
|
||||||
|
|
||||||
|
<style>
|
||||||
|
/* Gradient animation */
|
||||||
|
@keyframes gradientAnimation {
|
||||||
|
0% { background-position: 0% 50%; }
|
||||||
|
50% { background-position: 100% 50%; }
|
||||||
|
100% { background-position: 0% 50%; }
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Pulsing glow effect */
|
||||||
|
@keyframes glow {
|
||||||
|
0%, 100% {
|
||||||
|
box-shadow: 0 0 15px rgba(0,255,255,0.7), inset 0 0 10px rgba(0,255,255,0.3);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
box-shadow: 0 0 25px rgba(0,255,255,1), inset 0 0 15px rgba(0,255,255,0.5);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-button {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 0.75rem 1.5rem;
|
||||||
|
font-family: system-ui, sans-serif;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
letter-spacing: 0.05em;
|
||||||
|
text-transform: uppercase;
|
||||||
|
color: #ffffff;
|
||||||
|
text-decoration: none;
|
||||||
|
background: linear-gradient(
|
||||||
|
90deg,
|
||||||
|
hsla(235, 21%, 21%, 1) 0%,
|
||||||
|
hsla(194, 41%, 22%, 1) 50%,
|
||||||
|
hsla(174, 48%, 20%, 1) 100%
|
||||||
|
);
|
||||||
|
background-size: 300% 300%;
|
||||||
|
animation: gradientAnimation 6s ease infinite, glow 2s ease-in-out infinite;
|
||||||
|
border-radius: 2rem;
|
||||||
|
border: none;
|
||||||
|
box-shadow: 0 0 15px rgba(0,255,255,0.7), inset 0 0 10px rgba(0,255,255,0.3);
|
||||||
|
transition: box-shadow 0.2s ease;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ai-button:hover {
|
||||||
|
box-shadow: 0 0 20px rgba(0,255,255,1), inset 0 0 15px rgba(0,255,255,0.5);
|
||||||
|
opacity: 0.9;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
<a
|
<a
|
||||||
href="https://chatgpt.com/?q=${encodeURIComponent(
|
href="https://chatgpt.com/?q=<%= encodeURIComponent(
|
||||||
`<%- inv_vid.description %>` +
|
inv_vid.description +
|
||||||
' Please summarize the selection using precise and concise language. ' +
|
' Please summarize the selection using precise and concise language. ' +
|
||||||
'Use headers and bulleted lists in the summary, to make it scannable. ' +
|
'Use headers and bulleted lists in the summary, to make it scannable. ' +
|
||||||
'Maintain the meaning and factual accuracy.'
|
'Maintain the meaning and factual accuracy.'
|
||||||
)}"
|
) %>"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
aria-label="Summarise the video description"
|
aria-label="Summarise the video description"
|
||||||
@ -2929,6 +2976,7 @@ font-size: 13px;margin:0;padding:0;white-space: nowrap;
|
|||||||
Summarise!
|
Summarise!
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
<br><br><br>
|
||||||
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "twitter.com").replace(/reddit\.com/g, "redlib.matthew.science") %>
|
<%-String(channelurlfixer(inv_vid.descriptionHtml)).replace(/\n/g, " <br> ").replace(/twitter\.com/g, "twitter.com").replace(/reddit\.com/g, "redlib.matthew.science") %>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user