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
/** | |
* @name Dark Matter | |
* @author Tropical#8908, Hammock#3110 | |
* @version 3.0.0 | |
* @description A cold, dark & frosty theme. | |
* @source https://github.com/DiscordStyles/DarkMatter/ | |
*/ | |
@import url('http://localhost:3000/colors.css'); | |
@import url('https://DiscordStyles.github.io/DarkMatter/src/base.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
fileviewer <image/*> | |
\ visualpreview image %pw %ph %px %py %c %N | |
\ %pc | |
\ visualpreview clear | |
fileviewer <video/*> | |
\ visualpreview video %pw %ph %px %py %c %N | |
\ %pc | |
\ visualpreview clear |
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
.mtk3 { | |
color: #f92aad; | |
text-shadow: 0 0 2px #100c0f, 0 0 5px #dc078e33, 0 0 10px #fff3; | |
} | |
.mtk4 { | |
color: #6d77b3; | |
} | |
.mtk5 { |
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
{ | |
"versionCode": 2, | |
"outputFile": "none" | |
} |
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 uTwitch Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 1.8.7 | |
// @description BetterBetterTwitchTv | |
// @author DerTyp7214 & Mottekmalocher | |
// @match https://www.twitch.tv/* | |
// @require https://cdn.utwitch.net/utwitch/scripts/modules/jquery.min.js | |
// @inject-into content | |
// @grant GM.addStyle |
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
package com.dertyp7214.experimantaltests | |
import android.os.Bundle | |
import androidx.appcompat.app.AppCompatActivity | |
import /*package*/.dp | |
import /*package*/.resetHeight | |
import /*package*/.resizeOnTouch | |
class Activity : AppCompatActivity() { |
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
import android.animation.ValueAnimator | |
import android.content.Context | |
import android.graphics.Color | |
import android.graphics.PorterDuff | |
import android.os.Build | |
import android.util.AttributeSet | |
import android.util.DisplayMetrics | |
import android.view.View | |
import android.view.ViewGroup | |
import android.view.ViewGroup.LayoutParams.WRAP_CONTENT |