Skip to content

Instantly share code, notes, and snippets.

View TaylanTatli's full-sized avatar
👋

Taylan Tatlı TaylanTatli

👋
View GitHub Profile
@TaylanTatli
TaylanTatli / adblock-list.txt.json
Last active November 5, 2022 01:20
Epiphany AdBlock List as Json
This file has been truncated, but you can view the full file.
[
{
"trigger": {
"url-filter": "^[^:]+:(//)?([^/]+\\.)?telechargerdes\\.com([^-_.%a-z0-9].*)?$",
"url-filter-is-case-sensitive": true,
"resource-type": [
"image",
"style-sheet",
"script",
"font",
@TaylanTatli
TaylanTatli / dizillaytfragman.js
Last active October 29, 2022 14:31
Dizlla Youtube Fragman Butonu
// ==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
@TaylanTatli
TaylanTatli / Linux Coredump File
Last active October 28, 2022 08:35
L4D2 Crash Problem
PID: 10352 (hl2_linux)
UID: 1000 (taylantatli)
GID: 1000 (taylantatli)
Signal: 11 (SEGV)
Timestamp: Thu 2022-10-27 18:09:43 +03 (7min ago)
Command Line: $'/home/taylantatli/.local/share/Steam/steamapps/common/Left 4 Dead 2/hl2_linux' -game left4dead2 -steam -novid -high -useallavailablecores -language turkish
Executable: /home/taylantatli/.local/share/Steam/steamapps/common/Left 4 Dead 2/hl2_linux
Control Group: /user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-steam-9802.scope
Unit: user@1000.service
User Unit: app-gnome-steam-9802.scope
@TaylanTatli
TaylanTatli / freedesktop.org_icons_with_descriptions.txt
Created September 6, 2022 18:41 — forked from peteristhegreat/freedesktop.org_icons_with_descriptions.txt
QIcon::fromTheme, List of icons in gnome theme, in qt standardPixmaps and list on freedesktop.org
# https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html, aggregate list from each section
address-book-new The icon used for the action to create a new address book.
application-exit The icon used for exiting an application. Typically this is seen in the application's menus as File->Quit.
appointment-new The icon used for the action to create a new appointment in a calendaring application.
call-start The icon used for initiating or accepting a call. Should be similar to the standard cellular call pickup icon, a green handset with ear and mouth pieces facing upward.
call-stop The icon used for stopping a current call. Should be similar to the standard cellular call hangup icon, a red handset with ear and mouth pieces facing downward.
contact-new The icon used for the action to create a new contact in an address book application.
document-new The icon used for the action to create a new document.
document-open The icon used for the action to open a document.
document-open-recent T
@TaylanTatli
TaylanTatli / sort.js
Created September 3, 2022 16:45
Sort Chrome Extensions by Votes
// 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];
@TaylanTatli
TaylanTatli / migrate.sh
Created July 6, 2022 19:45
Github To Gitea Migration
#!/bin/bash
GITHUB_USERNAME=
GITHUB_TOKEN=
GITEA_USERNAME=
GITEA_TOKEN=
GITEA_DOMAIN=
GITEA_REPO_OWNER=
@TaylanTatli
TaylanTatli / NordDark.colors
Created June 20, 2022 15:11
Nord Dark Plasma Colorscheme
[ColorEffects:Disabled]
Color=210,205,218
ColorAmount=1
ColorEffect=1
ContrastAmount=0.75
ContrastEffect=1
IntensityAmount=0.45
IntensityEffect=0
[ColorEffects:Inactive]
@TaylanTatli
TaylanTatli / NordLight.colors
Created June 20, 2022 15:10
Nord Light Plasma Color Scheme
[ColorEffects:Disabled]
Color=210,205,218
ColorAmount=1
ColorEffect=1
ContrastAmount=0.75
ContrastEffect=1
IntensityAmount=0.45
IntensityEffect=0
[ColorEffects:Inactive]
# 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
From 2676df8cc2c00fedc6deca4b4ea69f051fc3c85c Mon Sep 17 00:00:00 2001
From: tatou-tatou <tatou-tatou@users.noreply.github.com>
Date: Sun, 1 Jun 2014 20:04:52 +0200
Subject: [PATCH 1/3] Removed active glow/shadow thingy
---
lib/DockRenderer.vala | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/DockRenderer.vala b/lib/DockRenderer.vala