(function(){const yesStorage=()=>{let storage;try{storage=window['localStorage'];storage.setItem('__rbStorageSet','x');storage.removeItem('__rbStorageSet');return true;}catch{return false;}};const privacyBox=document.getElementById('rb-privacy');const currentPrivacy=yesStorage()?localStorage.getItem('RubyPrivacyAllowed')||'':'1';if(!currentPrivacy&&privacyBox?.classList){privacyBox.classList.add('activated');}
const readingSize=yesStorage()?sessionStorage.getItem('rubyResizerStep')||'':'1';if(readingSize){const body=document.querySelector('body');switch(readingSize){case'2':body.classList.add('medium-entry-size');break;case'3':body.classList.add('big-entry-size');break;}}})();