forked from TussockyJoker/Aula-Fixer
Merge branch 'main' of https://git.wbell.dev/TussockyJoker/Aula-Fixer
This commit is contained in:
Binary file not shown.
13
README.md
13
README.md
@@ -1,17 +1,18 @@
|
||||
# Aula-Fixer
|
||||
|
||||
Browser extension that removes all the notifications about rooms for rent and tenancy takeovers from Aula and also changes the styling of the pages to stop wasting so much space.
|
||||
Browser extension that removes all the notifications about rooms for rent and tenancy takeovers from Aula and changes the styling of the pages to stop wasting so much space.
|
||||
|
||||
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 (This file is currently packaged inside the extension and so cannot be updated if you're using a packaged version, I will fix this at some point.).
|
||||
Will remove any notifications containing the any of the ~keywords~ keyphrases in the keywords.txt file stored in this repo, it can also fall back on a local keywords.txt if the server cannot be reached.
|
||||
|
||||
I've only tested with Chrome, Brave and Firefox. The easiest way to install this on chromium or similar is to use the prepackaged .crx. You can also install it by turning on dev mode in chrome://extensions (or equivalent), clicking on 'Load unpacked' and selecting the Aula-Extension folder, if you update keywords.txt, just reload the extension.
|
||||
I've only tested with Chrome, Brave and Firefox. The easiest way to install this on chromium or similar is to use the prepackaged .crx. You can also install it by cloning this repo to a folder on your computer, turning on dev mode in chrome://extensions (or equivalent), clicking on 'Load unpacked' and selecting the Aula-Extension folder, if you update/customize the extension, reload it to apply any changes.
|
||||
|
||||
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.
|
||||
|
||||
https://addons.mozilla.org/en-GB/firefox/addon/aula-ad-filter/
|
||||
|
||||
https://chromewebstore.google.com/detail/aula-ad-filter/ooghijbicaoiccbkjplnellggncbcgbl?authuser=0&hl=en-GB
|
||||
|
||||
As mentioned before, the keyphrases cannot be edited if you're using the prepacked .xpi or .crx file.
|
||||
|
||||
If you just want the 'ad-blocker' I've kept a separate branch.
|
||||
If you just want the 'ad-blocker' function, I've kept a separate branch in this repo.
|
||||
If you want to use a custom keywords.txt, you can break the url in background.js and it will then fall back on the local keywords.txt file. This only works if you are NOT using the prepackaged extensions or extensions from the chrome/firefox stores, these will only pull from the file in this repo. If you think a word or phrase should be added to keywords.txt, either submit a pull request or raise an issue.
|
||||
Reference in New Issue
Block a user