Skip to content

Instantly share code, notes, and snippets.

@Etc3tera
Created November 11, 2019 07:11
Show Gist options
  • Save Etc3tera/7772edd02020270865d887c68e27f30f to your computer and use it in GitHub Desktop.
Save Etc3tera/7772edd02020270865d887c68e27f30f to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name My Pantip
// @version 1.0
// @match https://pantip.com/
// ==/UserScript==
(function() {
'use strict';
alert('Hello, Pantip');
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment