This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* ==UserStyle== | |
@name RILAN - Reddit Ignore Login & NSFW | |
@description Ignore the nagging login request and the NSFW blur | |
@name:de RILAN - Reddit Ignoriere Login & NSFW | |
@description:de Ignoriere das nervende Login und den NSFW Verwischeffekt | |
@version 2024-01-02 | |
@author ollily (https://github.com/ollily) | |
@license Apache License, Version 2.0 | |
@homepageURL https://gist.github.com/ollily/123ea0762c590bd1c40578d364a09e6b | |
@updateURL https://gist.github.com/ollily/123ea0762c590bd1c40578d364a09e6b#file-rilan-css |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# Analyze the structure of a java maven project. | |
# | |
# author : ollily | |
# inceptionYear : 2022 | |
# email : coding at glowa-net dot com | |
# organization : The oGlow | |
# url : http://coding.glowa-net.com | |
# version : 1.00.001 |