question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

uBlock Origin blocks "run" button

See original GitHub issue

It looks like that uBlock Origin makes the “run” button always disabled.

Console output:

Loading failed for the <script> with source “https://www.scala-exercises.org/javascriptRoutes”.
terms_and_types:827
Source map error: request failed with status 403
Resource URL: https://sidecar.gitter.im/dist/sidecar.v1.js
Source Map URL: sidecar.js.map[Learn More]
Source map error: TypeError: NetworkError when attempting to fetch resource.
Resource URL: moz-extension://3d4d85bb-e895-e74a-89dd-f34b29fa617c/browser-polyfill.min.js
Source Map URL: browser-polyfill.min.js.map[Learn More]

Reproduced on Firefox 60.0.2 and Chrome 67.0.3396.87 with uBlock Origin. Meanwhile no issue with Safari 11 without any extensions.

untitled

uBlock Origin enabled filters:

image

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
FRosnercommented, Jun 19, 2018

Thanks for looking into this @calvellido!

0reactions
calvellidocommented, Jun 19, 2018

Hey @aint, having a look to the regex causing that block I have checked that any script being fetched from an URL with a path longer than 15 chars will be blocked. You can test

/^https?:\/\/[^/]+\/[a-z0-9]{15,}(\?hope=.*)?$/$script,domain=~coco.fr|~sap.com|~studio-svet.ru|~stumbleupon.com|~tv.yandex.by|~tv.yandex.kz|~tv.yandex.ru|~tv.yandex.ua

here:

https://regex101.com/

Also, you can easily see that other Play Framework sites will get blocked that javascriptRoutes path too (https://krispii.com/).

I have also tested on a personal site:

captura de pantalla de 2018-06-19 15-00-06

captura de pantalla de 2018-06-19 15-03-14

If you want to use Scala Exercises keeping your current settings, please deactivate that faulty list, or submit a better regexp to the maintainers of RU AdList (https://forums.lanik.us/viewforum.php?f=102)

Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Unblock a Web Page Element With uBlock Origin
To unblock any element, you need to open the uBlock Origin network logger, you can do this by clicking the uBlock Origin icon...
Read more >
uBlock Origin blocks the 'Play All' playlist button : r/pockettube
It seems that when I have uBlock origin turned on, the play all button does not redirect to a playlist of subscription videos,...
Read more >
uBlock Origin gets option to block all JavaScript execution by ...
uBlock Origin, one of the most popular ad blockers today, has released an update over the weekend that adds an option to block...
Read more >
Fix: uBlock Origin has prevented the Following Page from ...
Method 1: Allowing temporary access · Method 2: Allowing permanent access · Method 3: Disabling strict blocking · Method 4: Using a Pop-up...
Read more >
How to use Ublock Origin and Privacy Badger to prevent ...
Open Firefox. · Click on the Menu button. · Click Add-ons. · Click Find more add-ons. · Search for Ublock Origin. · Click...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found