Skip to content

Instantly share code, notes, and snippets.

@Etc3tera
Created November 11, 2019 07:12
Show Gist options
  • Save Etc3tera/6e80aaabd8935816a2c3d42cf6105430 to your computer and use it in GitHub Desktop.
Save Etc3tera/6e80aaabd8935816a2c3d42cf6105430 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name My Pantip
// @version 1.0
// @match https://pantip.com/topic/*
// ==/UserScript==
(function() {
'use strict';
$('body').css('background', '#fff')
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment