|
|
|
|
|
by timar
2377 days ago
|
|
Here is a gist of the commented code. It works by fetching the HTML content of the website, anonymously with no cookies. Using the fetch API. In a second step the HTML is preprocessed, removing javascript, inserting elements like images that might be done through javascript etc. The third step is to rerplace the current windows HTML with the clean-preprocessed HTML with the article. https://gist.github.com/sugoidesune/884bfdf8a975920e98e7307e... |
|