Skip to content

Instantly share code, notes, and snippets.

View IvanRebelMouse's full-sized avatar

IvanRebelMouse

View GitHub Profile
@IvanRebelMouse
IvanRebelMouse / dailymotion keyvalue
Created March 11, 2026 12:08
Daily motion custom parameters issue
INSTEAD OF THIS
<script
src="https://geo.dailymotion.com/player/x1jqtu.js"
data-video="x9ydqy2"
data-params="customConfig[keyvalues]=%26caud_station%3D98pxy%26caud_video_position%3Dpreroll%26caud_articleid%3D2675325621%26aud_tags%3Daudacy-live,hot-ac,check-in,harry-styles,ac,top-40%26aud_category%3DMusic">
</script>
SHOULD BE
<script
@IvanRebelMouse
IvanRebelMouse / Teads Body tag
Created February 25, 2026 18:43
Teads Body tag
<script async="true" src="//a.teads.tv/page/PUB_2024/tag"></script>
@IvanRebelMouse
IvanRebelMouse / Teads Cookieless tag
Created February 25, 2026 18:43
Teads Cookieless tag
<script async="" src="https://a.teads.tv/analytics/tag.js"></script>
<script>
window.teads_analytics = window.teads_analytics || {};
window.teads_analytics.analytics_tag_id = "PUB_20249";
window.teads_analytics.share = window.teads_analytics.share || function() {
;(window.teads_analytics.shared_data = window.teads_analytics.shared_data || []).push(arguments)
};
</script>
@IvanRebelMouse
IvanRebelMouse / Teads code for Audacy.js
Created February 25, 2026 16:18
Teads code for Audacy
<script type="text/javascript">
var this_site = window.location.href.split("https://www.audacy.com/");
this_site = this_site[this_site.length - 1];
var site_ttf = {};
if (this_site.match(/weei/g)) {
site_ttf.pageID = 134039;
} else if (this_site.match(/kywnewsradio/g)) {
site_ttf.pageID = 134041;