CARVIEW |
Select Language
HTTP/2 200
date: Fri, 25 Jul 2025 01:03:57 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/gorhill/uBlock.git
etag: W/"0ce8c4d9fc5ecedb6e2ab7713de25aae"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=2tGjmfLY%2BqJCWuObVSWzXJ4BJ2MAZnFvUHs%2BRIvqL8qoeQNA44hld2WXIcqKv40qzb%2B374sE9TYynKevirQAX4iNWv1p4uUvVm0dGW8%2Bn20UM8bdelr%2FsKiye836NC9EwimtkCSFO1S0AnGrld48QbfSO43vd1nffjHCu1HogLsmwOwYiicpTHRuxFudSEuDEY%2BAVg96nw4%2BcyOmQ7KFt5QqrlASyog8p%2F%2BMRuiCGhCk55%2F3%2BasDL97miJOLnIk6JT4kk3Yelj04mhb%2F%2F1tHIQ%3D%3D--sZYV4iYAccpg9Pb6--k%2FGRmsXRKOe2BF4IO428Rg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.669706879.1753405436; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 01:03:56 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sat, 25 Jul 2026 01:03:56 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: B270:3FCB1:653E7:9DFD3:6882D7FC
Add regex extraction transformation step to `urlskip=` option · gorhill/uBlock@c86ed52 · GitHub
Copy file name to clipboardExpand all lines: src/js/static-net-filtering.js
Skip to content
Navigation Menu
{{ message }}
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Commit c86ed52
committed
Add regex extraction transformation step to
Related feedback:
uBlockOrigin/uBlock-issues#3206 (comment)
The first capture group of the regex will be used as the result of the
transformation. Example:
||podtrac.com/pts/redirect.mp3/$urlskip=/podtrac\.com\/pts\/redirect\.mp3\/(.*?\.mp3\b)/ +https
If the regex is invalid, or if it fails to extract a first capture
group, no redirection will occur.urlskip=
option1 parent 913f20f commit c86ed52Copy full SHA for c86ed52
File tree
Expand file treeCollapse file tree
1 file changed
+76
-25
lines changedFilter options
- src/js
Expand file treeCollapse file tree
1 file changed
+76
-25
lines changedsrc/js/static-net-filtering.js
Copy file name to clipboardExpand all lines: src/js/static-net-filtering.js+76-25Lines changed: 76 additions & 25 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5356 | 5356 |
| |
5357 | 5357 |
| |
5358 | 5358 |
| |
5359 |
| - | |
5360 |
| - | |
5361 |
| - | |
5362 |
| - | |
| 5359 | + | |
| 5360 | + | |
5363 | 5361 |
| |
5364 |
| - | |
| 5362 | + | |
5365 | 5363 |
| |
5366 | 5364 |
| |
5367 | 5365 |
| |
| |||
5382 | 5380 |
| |
5383 | 5381 |
| |
5384 | 5382 |
| |
5385 |
| - | |
| 5383 | + | |
| 5384 | + | |
| 5385 | + | |
| 5386 | + | |
| 5387 | + | |
| 5388 | + | |
| 5389 | + | |
| 5390 | + | |
| 5391 | + | |
| 5392 | + | |
| 5393 | + | |
| 5394 | + | |
| 5395 | + | |
| 5396 | + | |
| 5397 | + | |
| 5398 | + | |
| 5399 | + | |
| 5400 | + | |
| 5401 | + | |
| 5402 | + | |
| 5403 | + | |
| 5404 | + | |
| 5405 | + | |
| 5406 | + | |
| 5407 | + | |
| 5408 | + | |
| 5409 | + | |
| 5410 | + | |
| 5411 | + | |
| 5412 | + | |
| 5413 | + | |
| 5414 | + | |
| 5415 | + | |
| 5416 | + | |
| 5417 | + | |
| 5418 | + | |
| 5419 | + | |
| 5420 | + | |
| 5421 | + | |
| 5422 | + | |
| 5423 | + | |
| 5424 | + | |
| 5425 | + | |
5386 | 5426 |
| |
5387 | 5427 |
| |
5388 | 5428 |
| |
| |||
5396 | 5436 |
| |
5397 | 5437 |
| |
5398 | 5438 |
| |
5399 |
| - | |
| 5439 | + | |
5400 | 5440 |
| |
5401 | 5441 |
| |
5402 | 5442 |
| |
| |||
5407 | 5447 |
| |
5408 | 5448 |
| |
5409 | 5449 |
| |
5410 |
| - | |
| 5450 | + | |
5411 | 5451 |
| |
5412 |
| - | |
| 5452 | + | |
5413 | 5453 |
| |
| 5454 | + | |
5414 | 5455 |
| |
5415 |
| - | |
5416 |
| - | |
5417 |
| - | |
5418 |
| - | |
5419 |
| - | |
5420 |
| - | |
5421 |
| - | |
5422 |
| - | |
5423 |
| - | |
5424 |
| - | |
5425 | 5456 |
| |
5426 |
| - | |
| 5457 | + | |
5427 | 5458 |
| |
5428 | 5459 |
| |
5429 | 5460 |
| |
5430 | 5461 |
| |
5431 | 5462 |
| |
5432 |
| - | |
| 5463 | + | |
5433 | 5464 |
| |
5434 | 5465 |
| |
5435 | 5466 |
| |
5436 |
| - | |
| 5467 | + | |
5437 | 5468 |
| |
5438 | 5469 |
| |
5439 |
| - | |
| 5470 | + | |
5440 | 5471 |
| |
5441 | 5472 |
| |
5442 | 5473 |
| |
5443 |
| - | |
5444 |
| - | |
| 5474 | + | |
| 5475 | + | |
| 5476 | + | |
| 5477 | + | |
| 5478 | + | |
| 5479 | + | |
| 5480 | + | |
| 5481 | + | |
| 5482 | + | |
| 5483 | + | |
| 5484 | + | |
| 5485 | + | |
| 5486 | + | |
| 5487 | + | |
| 5488 | + | |
| 5489 | + | |
| 5490 | + | |
| 5491 | + | |
| 5492 | + | |
| 5493 | + | |
| 5494 | + | |
| 5495 | + | |
5445 | 5496 |
| |
5446 | 5497 |
| |
5447 | 5498 |
| |
|
You can’t perform that action at this time.
0 commit comments