Skip to content

Commit

Permalink
chore: another edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsper2nd committed Mar 31, 2024
1 parent bb76404 commit 497c224
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion block/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Auto-generated scripts
annoyances.user.js
isdcac.user.js
idcac.user.js
*.json
*.jsonp
2 changes: 1 addition & 1 deletion generate/idcac/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
isdcac.user.js
idcac.user.js
extension.zip
extension/
2 changes: 1 addition & 1 deletion generate/idcac/generate.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail

go run main.go -output "../../block/isdcac.user.js"
go run main.go -output "../../block/idcac.user.js"
4 changes: 2 additions & 2 deletions generate/idcac/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ func hashFile(path string) (hex string, err error) {
return fmt.Sprintf("%x", h.Sum(nil)), nil
}

const extensionURL = "https://addons.mozilla.org/en-US/firefox/addon/istilldontcareaboutcookies"
const extensionURL = "https://addons.mozilla.org/en/firefox/addon/istilldontcareaboutcookies"

func main() {
var (
scriptTarget = flag.String("output", "isdcac.user.js", "Path to output file")
scriptTarget = flag.String("output", "idcac.user.js", "Path to output file")
)
flag.Parse()

Expand Down

0 comments on commit 497c224

Please sign in to comment.