2020-02-27 22:51:31 +01:00
<!DOCTYPE html>
< html >
< head >
< meta charset = "utf-8" >
< title > Bypass Paywalls Clean Options Custom< / title >
< style >
#bypass_sites label, #add_site label {
display: block;
}
body {
width:350px;
height:600px;
}
< / style >
< / head >
< body >
2020-03-15 08:28:50 +00:00
< h2 > Custom Sites< / h2 >
2020-03-17 12:13:40 +01:00
< div style = "width:90%;" >
2020-08-18 20:18:57 +02:00
To add a new site, enter an unique title/domain (without www.) and select options for Googlebot/block Javascript (block on (sub)domain(s) of site and/or external domains).< br >
2020-10-13 17:10:56 +02:00
Custom sites are enabled automatically in < small > < button > < a href = "options.html" style = "text-decoration:none;color:inherit" > Options< / a > < / button > < / small > (cookies will be removed by default).< br >
If you want to use custom sites enable it in < small > < button > < a href = "optin/opt-in.html" style = "text-decoration:none;color:inherit" > Opt-in< / a > < / button > < / small > < br >
< strong > Custom sites enabled: < span id = "custom-enabled" > < / span > < / strong >
< br > < br >
2020-02-27 22:51:31 +01:00
< / div >
< div id = 'add_site' > < / div >
2020-10-13 17:10:56 +02:00
< br >
2020-03-11 20:10:17 +01:00
< div id = "status_add" > < / div >
2020-08-20 19:00:57 +02:00
< span style = 'float:left;padding-bottom:5px' >
2020-02-27 22:51:31 +01:00
< button id = "add" > Add< / button >
2020-03-15 08:28:50 +00:00
< / span >
2020-02-27 22:51:31 +01:00
< div style = "clear:both;" > < / div >
2020-03-02 18:34:50 +01:00
< div >
2020-03-15 08:28:50 +00:00
< h3 > List of custom sites< / h3 >
2020-08-20 19:00:57 +02:00
* already in default list (double domain)
2020-10-13 17:10:56 +02:00
< br >
2020-03-02 18:34:50 +01:00
< / div >
< div id = 'custom_sites' > < / div >
2020-10-13 17:10:56 +02:00
< br >
2020-03-11 20:10:17 +01:00
< div id = "status_delete" > < / div >
2020-08-20 19:00:57 +02:00
< span style = 'float:left;padding-bottom:5px' >
2020-03-02 18:34:50 +01:00
< button id = "delete" > Delete< / button >
2020-08-18 20:18:57 +02:00
< button id = "edit" > Edit (re-Add)< / button >
2020-03-15 08:28:50 +00:00
< / span >
2020-03-02 18:34:50 +01:00
< div style = "clear:both;" > < / div >
2020-03-17 12:13:40 +01:00
< div style = "width:90%;" >
2020-03-15 08:28:50 +00:00
< h3 > Json file< / h3 >
2020-04-11 19:38:45 +02:00
You can edit/sort the text area and save (only when json-text is valid).
Clear & save to reset. You can also export/import json-text for new installations.
2020-02-27 22:51:31 +01:00
< / div >
2020-10-13 17:10:56 +02:00
< br >
2020-02-27 22:51:31 +01:00
< div id = 'bypass_sites' > < / div >
2020-10-13 17:10:56 +02:00
< br >
2020-02-27 22:51:31 +01:00
< div id = "status" > < / div >
< div id = "error" > < / div >
2020-03-17 12:13:40 +01:00
< span style = 'float:left;padding-bottom:50px' >
2020-02-27 22:51:31 +01:00
< button id = "save" > Save< / button >
2020-04-11 19:38:45 +02:00
< button id = "sort" > Sort< / button >
2020-03-08 19:39:33 +01:00
< button id = "export" > Export< / button >
< button id = "import" > Import< / button >
< input type = "file" id = "importInput" accept = ".txt" style = "display:none" / >
2020-03-15 10:10:12 +01:00
< button > < a href = "options.html" style = "text-decoration:none;color:inherit" > Options< / a > < / button >
2020-02-27 22:51:31 +01:00
< / span >
2020-03-15 08:28:50 +00:00
2020-02-27 22:51:31 +01:00
< script src = "options_custom.js" > < / script >
< / body >
< / html >