Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

does not work #326

Open
astromanskr158 opened this issue May 21, 2023 · 2 comments
Open

does not work #326

astromanskr158 opened this issue May 21, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@astromanskr158
Copy link

Platform informations

  • Brave
  • version is the newest one

Issue Description

Actual behaviour

Just does work anymore for example this link: https://quizlet.com/explanations/textbook-solutions/complex-variables-and-applications-9th-edition-9780073383170/chapter-7-exercises-1-beb18fac-f473-4a73-8510-f7704e25a378

This is what I get:
image

I tried opening the extension and it showed some errors:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"manifest_version": 2,
"name": "Quizlet Bypass",
"icons": {
"48": "icons/logo-48.png",
"96": "icons/logo-96.png",
"192": "icons/logo-192.png"
},
"content_scripts": [
{
"matches": [
"://.latin.it/frase/",
"
://.latin.it/versione/",
"://.latin.it/autore///"
],
"js": [
"latin.content.js"
]
},
{
"matches": [
"
://.quizlet.com/explanations/textbook-solutions/"
],
"js": [
"quizlet.content.js"
]
},
{
"matches": [
"://.skuola.net/"
],
"js": [
"skuola.content.js"
]
},
{
"matches": [
"
://doc.studenti.it/appunti/",
"
://doc.studenti.it/vedi_tutto/"
],
"js": [
"studenti.content.js"
]
}
],
"background": {
"scripts": [
"background.js"
]
},
"browser_specific_settings": {
"gecko": {
"id": "quizletbypass@rospino74.github.io",
"strict_min_version": "48.0",
"update_url": "https://github.com/rospino74/Quizlet-Bypass/raw/master/public/updates.json"
}
},
"permissions": [
"
://.latin.it/",
"://www-latin-it.translate.goog/",
"webRequest",
"webRequestBlocking",
"://.quizlet.com/",
"cookies",
"tabs",
"
://.skuola.net/",
"://.studenti.it/*"
],
"version": "1.4.0",
"description": "Removes the paywall from the Quizlet page and other sites"
}

@astromanskr158 astromanskr158 added the bug Something isn't working label May 21, 2023
@astromanskr158 astromanskr158 changed the title does work does not work May 21, 2023
@secneuqes
Copy link

found out this problem happening because of cookie left over after clicking on new soultion.
I tried deleting cookie when that happens. (used Editthiscookie chrome extension)
It worked after deleting the whole cookie, which made the browser login again with another account.

-- to add, I found out that this happens only when I go back to textbook index page, and go back to solution
if you click on straight to the index (blue text link) on the solution page, this extension works well

@rospino74
Copy link
Owner

If I understand correctly this index works
immagine
but this one causes the problem
immagine

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants