1
0
Fork 0

MTX-434 Broken Easylist subscriptions

This commit is contained in:
Spirillen 2024-01-06 20:59:46 +01:00
parent 6c63c1673b
commit 4319678240
No known key found for this signature in database
GPG Key ID: 88CC3F27732845AD
4 changed files with 14 additions and 55 deletions

6
.vscode/extensions.json vendored Normal file
View File

@ -0,0 +1,6 @@
{
"recommendations": [
"adguard.adblock"
],
"unwantedRecommendations": []
}

48
.vscode/launch.json vendored
View File

@ -1,48 +0,0 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Listen for Xdebug",
"type": "php",
"request": "launch",
"port": 9003
},
{
"name": "Launch currently open script",
"type": "php",
"request": "launch",
"program": "${file}",
"cwd": "${fileDirname}",
"port": 0,
"runtimeArgs": [
"-dxdebug.start_with_request=yes"
],
"env": {
"XDEBUG_MODE": "debug,develop",
"XDEBUG_CONFIG": "client_port=${port}"
}
},
{
"name": "Launch Built-in web server",
"type": "php",
"request": "launch",
"runtimeArgs": [
"-dxdebug.mode=debug",
"-dxdebug.start_with_request=yes",
"-S",
"localhost:0"
],
"program": "",
"cwd": "${workspaceRoot}",
"port": 9003,
"serverReadyAction": {
"pattern": "Development Server \\(http://localhost:([0-9]+)\\) started",
"uriFormat": "http://localhost:%s",
"action": "openExternally"
}
}
]
}

10
.vscode/settings.json vendored
View File

@ -1,5 +1,11 @@
{
"python.pythonPath": "/usr/bin/python3.10",
"title": "Adblock Rules",
"description": "Adblock Rules for uBlock Origin by My Privacy DNS",
"diffEditor.ignoreTrimWhitespace": false,
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#00ff00"
},
"workbench.settings.editor": "json",
"python.pythonPath": "/usr/bin/python3.11",
"python.formatting.provider": "black"
]
}

View File

@ -884,11 +884,6 @@
"source": "https://raw.githubusercontent.com/easylist/easylist/master/fanboy-addon/fanboy_newsletter_specific_ABP.txt",
"type": "adblock"
},
{
"name": "EasyList @ryanbr (Fanboy) newsletter shopping specific ABP",
"source": "https://raw.githubusercontent.com/easylist/easylist/master/fanboy-addon/fanboy_shopping_specific_ABP.txt",
"type": "adblock"
},
{
"name": "EasyList @ryanbr (Fanboy) newsletter shopping specific block",
"source": "https://raw.githubusercontent.com/easylist/easylist/master/fanboy-addon/fanboy_newsletter_shopping_specific_block.txt",