Compare commits
7 Commits
8e2e081155
...
aula-ad-bl
| Author | SHA1 | Date | |
|---|---|---|---|
| 39581b5404 | |||
| 8e63c4e09c | |||
| 0b1d4d49e6 | |||
| c09d713887 | |||
| 4c4c518460 | |||
| 62e0305d43 | |||
| 39d1386977 |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
.DS_Store
|
||||
Archive.zip
|
||||
.amo-upload-uuid
|
||||
BIN
6fd68f08d4504eb297b6-1.1.xpi
Normal file
BIN
6fd68f08d4504eb297b6-1.1.xpi
Normal file
Binary file not shown.
@@ -4,4 +4,10 @@ Browser extension that removes all the notifications about rooms for rent and sh
|
||||
|
||||
Will remove any notifications containing the any of the ~keywords~ keyphrases in keywords.txt so you can make it hide other stuff too if you wanted.
|
||||
|
||||
I've only tested with chrome, atm the easiest way to install this is to turn on dev mode in chrome://extensions/, click on 'Load unpacked' and select the Aula-Extension folder.
|
||||
I've only tested with Chrome, Brave and Firefox. The easiest way to install this on chromium or similar is to turn on dev mode in chrome://extensions (or equivalent), click on 'Load unpacked' and select the Aula-Extension folder.
|
||||
|
||||
For firefox I've built an xpi which is signed (surprisingly difficult), just open a new firefox tab and drag it into the window.
|
||||
|
||||
I'm working on getting the extension published on the chrome and firefox stores.
|
||||
|
||||
The keyphrases cannot be edited if you're using the prepacked .xpi file. Possibly an oversight and I may fix this at some point
|
||||
@@ -7,4 +7,5 @@ short-term let available
|
||||
i am looking for accomodation
|
||||
i'm looking for accomodation
|
||||
fully furnished house
|
||||
ensuite room available
|
||||
ensuite room available
|
||||
room available cv13gx queens park house unite student
|
||||
@@ -16,5 +16,15 @@
|
||||
"resources": ["keywords.txt"],
|
||||
"matches": ["https://coventry.aula.education/*"]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "aulaadremoverpublic@tussockyjoker.com",
|
||||
"data_collection_permissions": {
|
||||
"required": ["none"],
|
||||
"optional": []
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user