2017-07-08 17:40:29 +00:00
<!DOCTYPE html>
< html >
2020-02-25 21:47:05 +00:00
< head >
2020-11-05 21:21:41 +00:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-09-17 13:02:33 +00:00
< link rel = "stylesheet" href = "options_all.css" / >
2020-11-05 21:21:41 +00:00
< link rel = "stylesheet" href = "popup_switch.css" / >
< style >
body {
2020-11-12 08:23:13 +00:00
text-align: center;
2020-11-05 21:21:41 +00:00
}
div {
margin: 10px;
}
< / style >
2020-02-25 21:47:05 +00:00
< / head >
2023-02-19 11:36:09 +00:00
< body style = "width:275px; overflow-x:hidden;overflow-y:hidden;" >
2022-11-10 07:44:10 +00:00
< div > < strong > Bypass Paywalls Clean < span id = "version" > < / span > < / strong > < span id = "site_switch_span" > < / span > < / div >
2022-09-16 22:17:22 +00:00
< div > < a href = "options.html" target = "_blank" > Options< / a > |
< a href = "options_custom.html" target = "_blank" > Custom< / a > |
2022-10-23 16:11:32 +00:00
< a href = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean" target = "_blank" > Help< / a > |
2022-09-16 22:17:22 +00:00
< a href = "https://twitter.com/Magnolia1234B" target = "_blank" > Twitter< / a > < / div >
< div > < a href = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/raw/master/changelog.txt" target = "_blank" > Changelog< / a > |
2023-01-15 14:08:33 +00:00
< button id = "clear_cookies" title = "clear cookies (and local storage) for current site" > clear cookies< br > (& permission)< / button > |
2021-02-16 16:49:29 +00:00
< button id = "button-close" title = "close popup" > close< / button > < / div >
2020-11-05 21:21:41 +00:00
< div > < span id = "version_new" > < / span > < / div >
2022-11-06 16:02:23 +00:00
< div > < span > * for unlisted sites: first clear cookies (X = no fix) & block general paywall-scripts (in options) or use custom sites/reader view< / span > < / div >
2022-07-15 16:15:41 +00:00
< div > < span id = "archive" > < / span > < / div >
2022-01-30 17:23:28 +00:00
< script id = "popup" src = "version.js" > < / script >
2020-08-20 17:01:12 +00:00
< script src = "popup.js" > < / script >
2017-07-08 17:40:29 +00:00
< / body >
2020-03-15 09:17:24 +00:00
< / html >