2017-07-08 19:40:29 +02:00
<!DOCTYPE html>
< html >
2020-02-25 22:47:05 +01:00
< head >
2020-11-05 22:21:41 +01:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-09-17 15:02:33 +02:00
< link rel = "stylesheet" href = "options_all.css" / >
2020-11-05 22:21:41 +01:00
< link rel = "stylesheet" href = "popup_switch.css" / >
< style >
body {
2020-11-12 09:23:13 +01:00
text-align: center;
2020-11-05 22:21:41 +01:00
}
div {
margin: 10px;
}
< / style >
2020-02-25 22:47:05 +01:00
< / head >
2017-07-08 19:40:29 +02:00
< body >
2020-11-05 22:21:41 +01:00
< div style = "width:275px" > < strong > Bypass Paywalls Clean < span id = "version" > < / span > < / strong > < span id = "site_switch_span" > < / span > < / div >
2022-09-17 00:17:22 +02:00
< div > < a href = "options.html" target = "_blank" > Options< / a > |
< a href = "options_custom.html" target = "_blank" > Custom< / a > |
2022-10-23 18:11:32 +02:00
< a href = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean" target = "_blank" > Help< / a > |
2022-09-17 00:17:22 +02: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 > |
2022-11-06 17:02:23 +01:00
< button id = "clear_cookies" title = "clear cookies (and local storage) for current site" > clear cookies *< / button > |
2021-02-16 17:49:29 +01:00
< button id = "button-close" title = "close popup" > close< / button > < / div >
2020-11-05 22:21:41 +01:00
< div > < span id = "version_new" > < / span > < / div >
2022-11-06 17:02:23 +01: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 18:15:41 +02:00
< div > < span id = "archive" > < / span > < / div >
2022-01-30 18:23:28 +01:00
< script id = "popup" src = "version.js" > < / script >
2020-08-20 19:01:12 +02:00
< script src = "popup.js" > < / script >
2017-07-08 19:40:29 +02:00
< / body >
2020-03-15 10:17:24 +01:00
< / html >