Wednesday, March 22, 2023

Read magazines for free

Read magazines for free --------------- Using Google Chrome, right click and open up developer tools with ‘Inspect’, go to the Console tab and type in

fetch(window.location.href) .then(response => response.text()) .then(data => { var found = data.match(/

[\s\S]+?(

[\s\S]+<\/p>)<\/div><\/section>/m); var parts = document.getElementsByClassName('article__body-text'); parts[1].parentNode.removeChild(parts[1]); parts[0].insertAdjacentHTML('afterend', found[1]); });

The script fetches the same page again using ajax, extracts the article and puts it where the short article is. Credit: https://www.quora.com/How-do-I-read-articles-from-The-Economist-for-free

Sunday, December 18, 2005

Best Website for Cheap International Calls

http://www.justdial-uk.net

NEW, Check it out!!