This file contains hidden or 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
| :root { | |
| --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; | |
| --body-color: rgba(255, 255, 255, 0.7); | |
| --body-background: #282c34; | |
| --header-link-color: #9b9494; | |
| --header-active-link-color: #d19a66; | |
| --input-border: 1px solid #2c384e; | |
| --input-background: #2c384e; | |
| --input-placeholder-color: #888; | |
| --input-focus-border-color: #d19a66; |
This file contains hidden or 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
| { | |
| "current_locale": "tr", | |
| "hub_apps": [ { | |
| "auto_open_v2": [ { | |
| "approved_channels": [ "canary", "dev", "beta", "stable" ], | |
| "enabled": false, | |
| "enabled|flight:msHubAppsAutoOpenV2|flight:msEdgeChatPersistentChatAutoShow|flight:msEdgeChatAutoOpenUseV2Framework": true, | |
| "footer": { | |
| "open_count": 3, |
This file contains hidden or 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
| // https://superuser.com/questions/1010405/how-to-sort-extension-in-the-chrome-web-store/1598910#1598910 | |
| var i = 0; | |
| var num_of_items = 0; | |
| var stop = false; | |
| function startCheck(max) | |
| { | |
| i++; | |
| //document.querySelectorAll('div.h-a-Kd.a-Hd-mb')[0]; | |
| var bottom = document.querySelectorAll('div.h-a-Hd-mb.a-Hd-mb')[0]; |
This file contains hidden or 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 Dizilla Youtube Fragman Butonu | |
| // @namespace Violentmonkey Scripts | |
| // @match *://dizilla4.com/dizi/* | |
| // @grant none | |
| // @version 1.3 | |
| // @author TaylanTatli | |
| // @license MIT | |
| // @require https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js | |
| // @description 29.10.2022 16:45:12 |
This file contains hidden or 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
| # Maintainer: taylantatli <taylantatli90 at gmail dot com> | |
| pkgname=upnote-git | |
| pkgver=8.0.4 | |
| pkgrel=1 | |
| pkgdesc="UpNote's a beautiful app for writing and organizing." | |
| arch=('x86_64') | |
| url="https://getupnote.com" | |
| license=('custom') | |
| conflicts=('upnote') |
This file contains hidden or 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
| # TX Shocker Gamepad | |
| # Microntek USB Joystick | |
| key 288 BUTTON_Y | |
| key 289 BUTTON_B | |
| key 290 BUTTON_A | |
| key 291 BUTTON_X | |
| key 292 BUTTON_L2 | |
| key 293 BUTTON_R2 | |
| key 294 BUTTON_L1 |
This file contains hidden or 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
| diff --git a/calmwm.h b/calmwm.h | |
| index b28b454..0793c92 100644 | |
| --- a/calmwm.h | |
| +++ b/calmwm.h | |
| @@ -78,6 +78,16 @@ size_t strlcpy(char *, const char *, size_t); | |
| #define CWM_BIGAMOUNT 0x0010 | |
| #define DIRECTIONMASK (CWM_UP | CWM_DOWN | CWM_LEFT | CWM_RIGHT) | |
| +#define CWM_TOP_LEFT 0x0001 | |
| +#define CWM_BOTTOM_LEFT 0x0002 |
This file contains hidden or 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
| #!/bin/bash | |
| GITHUB_USERNAME= | |
| GITHUB_TOKEN= | |
| GITEA_USERNAME= | |
| GITEA_TOKEN= | |
| GITEA_DOMAIN= | |
| GITEA_REPO_OWNER= |
This file contains hidden or 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
| [ColorEffects:Disabled] | |
| Color=210,205,218 | |
| ColorAmount=1 | |
| ColorEffect=1 | |
| ContrastAmount=0.75 | |
| ContrastEffect=1 | |
| IntensityAmount=0.45 | |
| IntensityEffect=0 | |
| [ColorEffects:Inactive] |
This file contains hidden or 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
| [ColorEffects:Disabled] | |
| Color=210,205,218 | |
| ColorAmount=1 | |
| ColorEffect=1 | |
| ContrastAmount=0.75 | |
| ContrastEffect=1 | |
| IntensityAmount=0.45 | |
| IntensityEffect=0 | |
| [ColorEffects:Inactive] |
NewerOlder