// Disable Adthrive content ads on Premier League profile page only if (window.location.pathname.indexOf("/company/146817/") !== -1) { window.adthrive = window.adthrive || {}; window.adthrive.cmd = window.adthrive.cmd || []; window.adthrive.cmd.push(function() { window.adthrive.disableContentAds(); window.adthrive.disablePlaylistPlayers(); }); }