📝 Installed bypass-paywalls
This commit is contained in:
parent
9fa7af7382
commit
f663b6b141
24 changed files with 2551 additions and 0 deletions
20
bypass-paywalls-chrome-master/.github/ISSUE_TEMPLATE/new-site-request-template.md
vendored
Normal file
20
bypass-paywalls-chrome-master/.github/ISSUE_TEMPLATE/new-site-request-template.md
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
name: New site request
|
||||
about: New site request
|
||||
title: 'New site request: [site here]'
|
||||
labels: new site request
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
### New site requests - Before submitting an issue please read the following:
|
||||
|
||||
Only large or major sites will be considered. Usually premium articles cannot be bypassed as they are behind a hard paywall.
|
||||
|
||||
1. Install the uBlock Origin extension if it hasn't been installed already. See if you are still getting a paywall.
|
||||
2. Check if using Cookie Remover can bypass the paywall. If not, continue to the next step.
|
||||
3. First search 'Issues' to see if the site has been requested already.
|
||||
4. Visit an article on the site you want to bypass the paywall for and copy the article title.
|
||||
5. Open up a new incognito window (Ctrl+Shift+N on Chrome) or Private window (Ctrl+Shift+P on Firefox), and paste the article title into Google.
|
||||
6. Click on the same article from the Google search results page.
|
||||
7. If it loads without a paywall replace this entire template text with the word "Confirmed" and submit the request. Otherwise please do not submit an issue as this extension cannot bypass it either.
|
||||
17
bypass-paywalls-chrome-master/.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
17
bypass-paywalls-chrome-master/.github/ISSUE_TEMPLATE/other.md
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
name: Other
|
||||
about: Other issues (site not working, bugs, etc)
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
---
|
||||
|
||||
|
||||
###
|
||||
1. First search [Issues](https://github.com/iamadamdev/bypass-paywalls-chrome/issues) to see if your problem has already been reported.
|
||||
2. Make sure uBlock Origin is installed.
|
||||
3. Chrome or Firefox?
|
||||
4. Paste the article URL for the site you are having issues with.
|
||||
5. Describe the issue.
|
||||
###
|
||||
17
bypass-paywalls-chrome-master/.github/workflows/ci.yml
vendored
Normal file
17
bypass-paywalls-chrome-master/.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
name: Build
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: cd build && ./build.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue