Updated blacklane, chubb and anthology's templates. Some small script updates. Todos.

This commit is contained in:
Norm Rasmussen
2024-03-14 17:49:46 -04:00
parent f4a1a757c4
commit f32ce078e1
122 changed files with 2040 additions and 92 deletions

View File

@ -0,0 +1,34 @@
{% include "header" %}
{% include "account_tabs" %}
<main class="np-main np-subpage-container np-transcript">
{% transcript %}
</main>
{% include "footer" %}
<style>
.mqTXK {
display: none;
}
.hdamrx.hdamrx{
color: #6e27c5;
}
.fyqyDA:focus {
box-shadow: rgb(255, 255, 255) 0px 0px 0px 4px, #ffb619 0px 0px 0px 6px;
}
.fyqyDA.Button-dropdown:active,
.fyqyDA.Button-dropdown.Button-active {
background-color: #ffb619;
border-color: #ffb619;
color: rgb(255, 255, 255);
}
</style>
<script>
$( window ).on( "load", function() {
if(document.querySelector('[class="sc-hKpBwk dJbOiC Transcript_Caption"]').innerHTML.includes('Transcript for')) {
document.querySelector('[class="sc-hKpBwk dJbOiC Transcript_Caption"]').innerHTML = "<h3 class='sc-hKpBwk dJbOiC Transcript_Caption'>Transcript</h3>";
}
}
);
</script>