aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-07Merge pull request #39 from davidovski/shell_fixfenze
Remove bash-only features for sh scripts
2023-02-07Remove bash-only features for sh scriptsdavidovki
Fix order of CC arguments to aid in linking on newer versions
2023-02-06Merge pull request #37 from mini-rose/add-license-1fenze
Create license
2023-02-06Create licensefenze
2023-02-06Merge pull request #36 from NunoSempere/feats-and-tweaksfenze
Various feats and tweaks
2023-02-05feat: use flags rather than uncommenting codeNunoSempere
- Significantly simpler - Easier for me to keep up with upstream - Alternatives: - Comments as before - git patches, as in the suckless community: eventually leads to confusion about conflicting patches. - some other option
2023-02-05tweak: add shebangs.NunoSempere
2023-02-05feat: add plugin to customize css for individual websites...NunoSempere
and how to enable it. Also tweak README.mds
2023-02-05feat: add readability mode, and explain how to enable it.NunoSempere
2023-02-05feat: disable plugins code by default and explain how to enable it.NunoSempere
2023-02-05tweak: add two style improvements that I consider unambiguousNunoSempere
1. Make top tab wider 2. Make tab title have a maximum width
2023-02-05tweak: add alternatives styles.cssNunoSempere
also keep track in README of steps.
2023-02-05feat: add open in new tab functionalityNunoSempere
for <a href=_blank... links, and when clicking on a link, sometimes you want to open that link in a new tab. This commit adds that functionality.
2022-12-18Fixed formatting in some libre_redirect filesfenze
2022-12-18Add hidebar keybindfenze
2022-12-18Merge pull request #32 from NunoSempere/ubuntu-20.04-scriptsfenze
tweak: add user scripts to get this running on ubuntu 20.04
2022-12-18Merge pull request #33 from NunoSempere/libre_redirectfenze
feat: redirect websites to open-source frontends
2022-12-17tweak: integrate "plugins" into build.shNunoSempere
2022-12-17feat: integrate libre_redirect code into rose.cNunoSempere
2022-12-17feat: redirect websites to open-source frontendsNunoSempere
1. Adds code for redirecting annoying websites to their open-source frontends, when these exist. 2. Organize this in a "plugins" folder
2022-12-17tweak: add user scripts to get this running on ubuntu 20.04NunoSempere
I thought these might be useful. Feel free to not accept them, though
2022-12-16Add newtab bindingfenze
2022-12-13Merge pull request #31 from NunoSempere/upstreamfenze
Some quality of life tweaks.
2022-12-13feat: add less sucky duckduckgo homepage.NunoSempere
2022-12-13trivial tweak: fix README layout error.NunoSempere
2022-12-13tweak: Add reference to how to use normal browser controls.NunoSempere
2022-12-12fix: small sh/bash incompatibility in rose-mklinkNunoSempere
'echo -e' throws a warning in sh, but not in bash
2022-12-12tweak: suggest bg color for bright themeNunoSempere
2022-12-12tweak: allow configurable width and heightNunoSempere
and set a default of 500, 400
2022-12-12tweak: boot up with the correct zoomNunoSempere
2022-11-23fix style formattingfenze
2022-11-19nativefier: Rename to rose-mklink so its easier to graspbellrise
Added a slightly more telling helppage, add added chmod +x /usr/bin/x so the link may actually be called.
2022-11-17Fix webkit bg color error, add rose-nativefierfenze
2022-11-15Remove unused dependency, fix searchbar flashingfenze
2022-11-14Update README.mdfenze
2022-11-14Initial commitfenze