No Branch/Tag Specified
develop
main
v2.0.17
v2.0.18
v2.0.19
v2.0.20
v2.0.21
v2.0.22
v2.0.23
v2.0.24
v2.1.0
v2.1.1
v2.1.10
v2.1.11
v2.1.12
v2.1.13
v2.1.14
v2.1.2
v2.1.3
v2.1.4
v2.1.4.3
v2.1.5
v2.1.6
v2.1.7
v2.1.8
v2.1.9
v2.2.0
v2.2.1
v2.2.10
v2.2.12
v2.2.13
v2.2.14
v2.2.14.2
v2.2.15
v2.2.16
v2.2.16.1
v2.2.17
v2.2.17.2
v2.2.18.3
v2.2.2
v2.2.3
v2.2.4
v2.2.5
v2.2.6
v2.2.7
v2.2.7.5
v2.2.8
v2.2.9
v2.3.0
v2.3.1
v2.3.1.10
v2.4.0
v2.5.0
v2.5.1
v2.5.10
v2.5.11
v2.5.12
v2.5.13
v2.5.2
v2.5.3
v2.5.4
v2.5.5
v2.5.6
v2.5.7
v2.5.8
v2.5.9
v2.6.0
v2.6.0beta2
v2.6.0beta4
v2.6.0beta5
v2.6.1
v2.6.10
v2.6.12
v2.6.13
v2.6.14
v2.6.15
v2.6.16
v2.6.17
v2.6.18
v2.6.19
v2.6.1beta1
v2.6.2
v2.6.20
v2.6.21
v2.6.22
v2.6.23
v2.6.24
v2.6.25
v2.6.26
v2.6.27
v2.6.3
v2.6.4
v2.6.5
v2.6.6
v2.6.7
v2.6.8
v2.6.9
Labels
Something is not working Chromium incompatibility
Not compatible with chromium based browsers documentation
documentation duplicate
This issue or pull request already exists enhancement
Feature request/Enhancement firefox-bug
Firefox bug framework/mapping
missing/obsolete framework or mapping help wanted
Need some help invalid
Something is wrong need info
Need info from the reporter observation question/discussion
Question about the extension sop/cors
Same-Origin-Policy or Cross-Origin-Resource-Sharing testing
testing update framework
Update framework website
Own Website (www.localcdn.org) wontfix
This won't be fixed
Apply labels
Clear labels
bug
Something is not working Chromium incompatibility
Not compatible with chromium based browsers documentation
documentation duplicate
This issue or pull request already exists enhancement
Feature request/Enhancement firefox-bug
Firefox bug framework/mapping
missing/obsolete framework or mapping help wanted
Need some help invalid
Something is wrong need info
Need info from the reporter observation question/discussion
Question about the extension sop/cors
Same-Origin-Policy or Cross-Origin-Resource-Sharing testing
testing update framework
Update framework website
Own Website (www.localcdn.org) wontfix
This won't be fixed
No Label
bug
Chromium incompatibility
documentation
duplicate
enhancement
firefox-bug
framework/mapping
help wanted
invalid
need info
observation
question/discussion
sop/cors
testing
update framework
website
wontfix
Milestone
Set milestone
Clear milestone
No items
No Milestone
Assignees
Assign users
Clear assignees
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.
No due date set.
Dependencies
This issue currently doesn't have any dependencies.
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
No
Yes
Please note the following tips
Only Firefox: Does the website work after you activate the HTML filter? NO
Is there already an existing issue? NO
For the most common problems and solutions I have created an online tool. Please test the broken website there: https://www.localcdn.org/test/check
All Green
If none of the points apply
Hello, thank you for this extension, it's really great!
I was browsing the mentioned website and noticed with extension active, buttons on top of page won't work:
Keep going, you're doing a wonderful job here! Thanks a lot!
Thanks for the good explanation 👍
The problem was that jQuery made crap again. The file
https://code.jquery.com/jquery-latest.js
doesn't deliver the latest version, but1.11.1
. The current version of jQuery is3.6.0
. Even from the 1.x branch this isn't the latest version (it's1.11.3
). If there are braking changes between the versions (which is typical for jQuery) something might not work.Well anyway, I fixed that 🙂
If you want to test this, you can find a short guide here.
Thanks for the fast fix.