Skip to content

Robin888b/e926_browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

e926.net browser

(compatible with a certain e6 website);

if you want to see NSFW content, just remove dspNONE at the line 48 in the index.html file ⤵

before :

                </div>
                <div id="ratingDiv" class="dspNONE">
                    <p>Ratting : </p>

after :

                </div>
                <div id="ratingDiv" class="">
                    <p>Ratting : </p>

Important ⚠

Many people will surely do a cleaner, more optimized and more efficient job, but I don't care, I create this project only to learn how to send and receive api requests