Sign in to follow this  
Followers 0
Andre Quinonez

Leo´s book list

6 posts in this topic

What is the source code and how can I get it to see the past books from the list?

Share this post


Link to post
Share on other sites

Maybe just buy the list? It's only $35. Support Leo. He does so much for no money. 

Share this post


Link to post
Share on other sites
1 hour ago, Jed Vassallo said:

Maybe just buy the list? It's only $35. Support Leo. He does so much for no money. 

I did purchase the list, but when he updates it with new books he removes other books. In one post he said we could get them in the source code. 

Share this post


Link to post
Share on other sites

@Andre Quinonez It is very easy to see the html source code of a web page. Just right click on the page and choose "View Page Source" or something similar. You can also view the source code of a specific element of the page by right clicking on it and choosing "Inspect".

I just did what you said and I saw that there are indeed some hidden books in the source code. The way they are hidden is the code got commented out. That means you will see something like this

<!--<div class="book_box">
                some html code in here
 </div>-->
(code between <!-- --> does not show up in the browser)

Hope that helps. 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0