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
@-moz-document url-prefix("https://www.overleaf.com/") { | |
.pdf { | |
background-color: #151515; | |
} | |
.pdfjs-viewer { | |
filter: invert(0.89); | |
} | |
.pdf-viewer .pdfjs-viewer canvas { | |
box-shadow: 0 0 10px rgba(255,255,255,.5); | |
} |
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
// ==UserScript== | |
// @name Elearning Notification Hider | |
// @namespace Piepmatz | |
// @version 1.0.1 | |
// @description Hide the notification bell on the elearning platform | |
// @author Tim 'Piepmatz' Hesse | |
// @grant none | |
// @include https://elearning.uni-oldenburg.de/* | |
// @run-at document-end | |
// @downloadURL https://gist.github.com/derPiepmatz/7fd138358c215cb57c657bbad3273bc5/raw |
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
@echo off | |
rem Version 1.1.1 | |
set picturePath="%UserProfile%\Pictures\GTA Snapmatic" | |
set convertScript="%UserProfile%\Pictures\GTA Snapmatic\ConvertSnapmaticToJpg.ps1" | |
md %picturePath% | |
echo Copying Snapmatic Pictures to Pictures Folder | |
echo --------------------------------------------- |
NewerOlder