Skip to content

Instantly share code, notes, and snippets.

View Far-Se's full-sized avatar
🦝

Far Se Far-Se

🦝
  • Iasi
View GitHub Profile
@Far-Se
Far-Se / custom_tooltip.dart
Last active April 17, 2026 13:27
Flutter Custom Tooltip that truly ignores the pointerEvent.
import 'dart:async';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import '../../models/settings.dart';
enum CustomTooltipTriggerMode {
hover,
tap,
longPress,
@Far-Se
Far-Se / Falcom_AMOLED_1_0.xml
Last active April 7, 2026 04:41
Musicbee AMOLED/OLED skin
<?xml version="1.0" encoding="utf-8" ?>
<root>
<!-- Paste it into MusicBee\Skins folder -->
<!-- The base used: Chameleon Dark v1.6 by hiccup edited by ENRIVAC -->
<!-- Theme inspired by the FALCOM games tendency of utilizing beautiful blue tones for its games and music art covers -->
<!-- FALCOM AMOLED 1.0 -->
<variables>
@Far-Se
Far-Se / instagram.user.js
Created March 9, 2026 14:07
Instagram Video Controls and Video Downloader.
// ==UserScript==
// @name Instagram Media Tools
// @namespace http://tampermonkey.net/
// @version 1.0.0
// @description Enhanced Instagram media viewer with keyboard shortcuts and download capabilities
// @author Your Name
// @match https://www.instagram.com/*
// @icon https://icons.duckduckgo.com/ip2/instagram.com.ico
// @grant GM_xmlhttpRequest
// @grant GM_openInTab
@Far-Se
Far-Se / github-cloc.user.js
Created November 27, 2025 07:01
GitHub Repo Lines of Code Analysis Tampermonkey Script
// ==UserScript==
// @name GitHub Repo LOC Analysis (Detailed)
// @namespace http://tampermonkey.net/
// @version 2.0
// @description Shows detailed lines of code breakdown (Files, Blanks, Comments, Code) and filters small languages.
// @author You
// @match https://github.com/*/*
// @grant GM_xmlhttpRequest
// @grant GM_addStyle
// @run-at document-end
@Far-Se
Far-Se / yt-dlp.user.js
Created November 1, 2025 06:21
Youtube yt-dlp command generator.
// ==UserScript==
// @name yt-dlp Command Generator
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Generate yt-dlp commands with quality selection and metadata options
// @match https://www.youtube.com/*
// @grant GM_registerMenuCommand
// @grant GM_setClipboard
// ==/UserScript==
@Far-Se
Far-Se / gamalytic.user.js
Last active November 3, 2025 02:02
Gamalytic Tampermonkey script for Steam to show stats on the sidebar of the game page.
// ==UserScript==
// @name Steam Gamalytic Statistics
// @namespace http://tampermonkey.net/
// @version 1.1
// @description Display Gamalytic statistics on Steam game pages
// @author You
// @match https://store.steampowered.com/app/*
// @grant GM_xmlhttpRequest
// @connect api.gamalytic.com
// ==/UserScript==
@Far-Se
Far-Se / gemini-query.user.js
Last active October 25, 2025 15:01
Gemini Query Tampermonkey Script and Claude Url Query Script
// ==UserScript==
// @name ChatBots Query
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://gemini.google.com/app?q=*
// @match https://chat.deepseek.com/?q=*
// @match https://aistudio.google.com/prompts/new_chat?q=*
// @match https://claude.ai/new*
/**
* @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('https://DiscordStyles.github.io/DarkMatter/src/base.css');
@Far-Se
Far-Se / discord.script.js
Created October 30, 2023 14:33
Tampermonkey script to block certain websites based on time
// ==UserScript==
// @name BlockWebsite
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://discord.com/*
// @icon https://icons.duckduckgo.com/ip2/iconfinder.com
// @grant none
// @run-at document-start
@Far-Se
Far-Se / discord.js
Last active August 1, 2023 14:40
Discord mimic user name and avatar.
// ==UserScript==
// @name Discord Mimic
// @namespace Discord
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://discord.com/*
// @icon https://t1.gstatic.com/faviconV2?client=SOCIAL&type=FAVICON&fallback_opts=TYPE,SIZE,URL&url=http://discord.com
// @grant GM_xmlhttpRequest
// @grant GM.setValue