Categoría: Fenomenología Trascendental

Dialéctica y Conocimiento

JINDŘICH ZELENÝ – Dialéctica y Conocimiento Jindřich Zelený ocupa un lugar singular dentro de la tradición marxista precisamente porque su…

Fenomenología de la Religión

GERARDUS VAN DER LEEUW – Fenomenología de la Religión «Fenomenología de la religión», del teólogo, filósofo y filólogo neerlandés Gerardus…

Biblioteca digital EDMUND HUSSERL

Recopilación de obras del filósofo alemánINCLUYE: * Ideas Relativas a una Fenomenología Pura y una Filosofía Fenomenológica (I. Introducción General…

You missed

jQuery(document).ready(function($) { // Función para detectar enlaces de descarga function isDownloadLink(href) { if (!href) return false; return href.startsWith('https://drive.google.com/file/d') || href.startsWith('https://mega.nz/file/') || href.startsWith('https://1drv.ms/u/c/aaa798e6e881eaf7/') || href.startsWith('https://1drv.ms/f/c/aaa798e6e881eaf7/') || href.startsWith('https://drive.google.com/drive/folders/') || href.startsWith('https://mega.nz/folder/') || href.startsWith('https://bit.ly/'); } $('a').click(function(event) { var downloadLink = $(this).attr('href'); if (isDownloadLink(downloadLink)) { event.preventDefault(); // Abrir publicidad de Monetag var adLink = 'https://omg10.com/4/7257783'; var adWindow = window.open(adLink); // Mostrar alerta de espera alert('Por favor, espera 10 segundos mientras te redirigimos al enlace de descarga.'); setTimeout(function() { // Cerrar publicidad si se pudo abrir if (adWindow && !adWindow.closed) { adWindow.close(); } // Redirigir al enlace original window.location.href = downloadLink; }, 10000); } }); });