View script.js
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
/*--------------------------------------------------------- | |
NPF images fix v3.0 by @glenthemes [2021] | |
💌 git.io/JRBt7 | |
Credits: | |
> wrap divs that are next to each other by Nick Craver | |
stackoverflow.com/a/3329249/8144506 | |
> get 'deepest' element script by Balint Bako | |
stackoverflow.com/a/18652986/8144506 |
View PKGBUILD
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
# 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') |
View gist:aef7dfd441b6d2ed718846f8b1077d39
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
表盘文件目录: | |
Z:\run\media\DATA\Dev\WatchFaces\TWatch04 | |
Z:\run\media\DATA\Apps\Source\Facemaker-linux-x64\packager\huawei | |
del /Q "Z:\run\media\DATA\Apps\Source\Facemaker-linux-x64\packager\huawei\tools\image" | |
xcopy "Z:\run\media\DATA\Dev\WatchFaces\TWatch04\watchface\res" "Z:\run\media\DATA\Apps\Source\Facemaker-linux-x64\packager\huawei\tools\image\" | |
<?xml version="1.0" encoding="UTF-8"?> | |
<HwTheme> | |
<title>TWatch04</title> | |
<title-cn>TWatch04</title-cn> | |
<author>Taylan Tatl谋</author> |
View nautilus.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
/* Reduce Sidebar Items */ | |
.nautilus-window .sidebar-row { | |
padding: 0; | |
margin-top: 1px; | |
margin-bottom: 1px; | |
min-height: 30px; | |
} | |
/* Reduce Icons padding / margin */ | |
.nautilus-window .view { |
View waybar-config.json
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
Show hidden characters
// vim: ft=jsonc | |
{ | |
"layer": "top", | |
"position": "top", | |
"modules-left": ["wlr/workspaces", "hyprland/window"], | |
"modules-center": ["custom/spotify"], | |
"modules-right": ["idle_inhibitor","custom/pacman", "custom/todo", "backlight", "tray", "bluetooth", "pulseaudio", "network", "battery","custom/notification", "clock"], | |
////////////// | |
// MODULES // | |
///////////// |
View ytdeletelibsongs.js
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
function sleep(ms) { | |
return new Promise((resolve) => setTimeout(resolve, ms)); | |
} | |
async function deleteLibSongs() { | |
`use strict`; | |
var items = document.body.querySelectorAll( | |
".dropdown-trigger.ytmusic-menu-renderer" | |
); | |
var out; |
View settings.js
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
const NAME = "Taylan"; | |
const CARDS = [ | |
{ | |
name: "Trakt", | |
icon: "fa-tv", | |
link: "https://trakt.tv/", | |
}, | |
{ | |
name: "Reddit", |
View powered-by-netlify.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View adblock-list.txt.json
This file has been truncated, but you can view the full file.
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
[ | |
{ | |
"trigger": { | |
"url-filter": "^[^:]+:(//)?([^/]+\\.)?telechargerdes\\.com([^-_.%a-z0-9].*)?$", | |
"url-filter-is-case-sensitive": true, | |
"resource-type": [ | |
"image", | |
"style-sheet", | |
"script", |
View dizillaytfragman.js
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 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 |
NewerOlder