initial commit
This commit is contained in:
commit
1b255bf9af
4 changed files with 27 additions and 0 deletions
18
.pre-commit-config.yaml
Normal file
18
.pre-commit-config.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
repos:
|
||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||
rev: v5.0.0
|
||||
hooks:
|
||||
- id: end-of-file-fixer
|
||||
- id: trailing-whitespace
|
||||
- id: check-case-conflict
|
||||
- id: check-added-large-files
|
||||
- id: check-executables-have-shebangs
|
||||
- id: check-illegal-windows-names
|
||||
- id: check-merge-conflict
|
||||
- id: check-shebang-scripts-are-executable
|
||||
- id: check-toml
|
||||
- id: mixed-line-ending
|
||||
args: [ --fix=lf ]
|
||||
- id: trailing-whitespace
|
||||
args: [ --markdown-linebreak-ext=md ]
|
||||
|
||||
5
README.md
Normal file
5
README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# Ublock origin custom scripts
|
||||
My small collection of Ublock origin scripts that I just want everywhere.
|
||||
|
||||
To be used at your own risk.
|
||||
|
||||
2
mise.toml
Normal file
2
mise.toml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
[tools]
|
||||
pre-commit = "latest"
|
||||
2
scripts/google_signin.txt
Normal file
2
scripts/google_signin.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
! Google login dialogs on various pages
|
||||
||accounts.google.com/gsi/*$xhr,script,3p
|
||||
Loading…
Reference in a new issue