I want to show Propeller ads units (Monetag) only on the desktop version of my website because they interfere to much with my mobile design. The problem is that their ads come as a script so i can't style them through css.
Their ad units look like this:
<script>(function(d,z,s){s.src='https://'+d+'/400/'+z;try{(document.body||document.documentElement).appendChild(s)}catch(e){}})('mutcheng.net',5555555,document.createElement('script'))</script>
Is there any way to execute this script only on screen size minimum 800px let's say?