Skip to content

Instantly share code, notes, and snippets.

<!doctype html>
<html lang="en-us">
<body>
<style>
pre {
border: 1px solid #eee;
margin: 10px 0;
font-family: monospace;
font-size: 10px;
// ==UserScript==
// @name Remove strong tags
// @namespace http://tampermonkey.net/
// @version 0.1
// @description remove answers
// @author octaviant
// @match http://*.jayendrapatil.com/*
// @grant GM_log
// @run-at document-end
// ==/UserScript==