Skip to content

Instantly share code, notes, and snippets.

@tuscias
tuscias / code-editor-rules.md
Created March 3, 2025 06:15 — forked from yifanzz/code-editor-rules.md
EP12 - The One File to Rule Them All

[Project Name]

Every time you choose to apply a rule(s), explicitly state the rule(s) in the output. You can abbreviate the rule description to a single word or phrase.

Project Context

[Brief description ]

  • [more description]
  • [more description]
  • [more description]
@tuscias
tuscias / tm.sequencing.com.dataviewer.js
Created September 23, 2018 11:12
Use Tampermonkey to install this userscript in Chrome.
// ==UserScript==
// @name Unlock Data Viewer @ sequencing.com
// @namespace http://github.com/tuscias
// @version 0.1
// @description removees blurry text from Data Viewer
// @author tuscias
// @match https://sequencing.com/*
// @grant none
// @run-at document-end
// @require http://code.jquery.com/jquery-latest.js