Size
285 B
Version
1.0.1
Created
Dec 6, 2025
Updated
7 days ago
1// ==UserScript==
2// @name Extension for smith.langchain.com
3// @description A new extension
4// @version 1.0.1
5// @match https://*.smith.langchain.com/*
6// @icon https://smith.langchain.com/favicon.ico
7// ==/UserScript==
8(function() {
9 'use strict';
10 // Your code here
11})();