Skip to content

Instantly share code, notes, and snippets.

/// <summary>
/// Custom Cinemachine extension that provides spring-based camera following with lag.
/// </summary>
[SaveDuringPlay]
public class CinemachineSpringFollow : CinemachineExtension
{
[BoxGroup("Target")]
[Required("Follow target is required")]
[Tooltip("The transform to follow with spring lag")]
[SerializeField] private Transform followTarget;
@ReKylee
ReKylee / _tab-sort.uc.js
Last active July 2, 2025 23:33
Auto Tab Groups AKA Tab Matching
// ==UserScript==
// @name Tab Sorter (Refactored)
// @version 5.3.0
// @description Intelligently sorts and groups tabs, with external configuration and improved logic.
// @author
// @include main
/* NOTE: Have tab-sort-normalization-map.json in your chrome folder!
* Tab Sorter Script Configuration:
*
* All preferences can be set in about:config.