Skip to content

Instantly share code, notes, and snippets.

View showchi's full-sized avatar

HOHOH134 showchi

  • Jade Worths LLC
  • Guangzhou
View GitHub Profile
@Maartyl
Maartyl / wikiwand.js
Last active June 8, 2021 03:46
tampermonkey script to replace wikiwand extension, which slows down browser: this works /almost/ as good, with just a small delay and doesn't slow down anything but loading of wiki pages
// ==UserScript==
// @name wikiwand
// @namespace maa
// @description like wikiwand plugin, but cheaper
// @include https://*.wikipedia.org/wiki/*
// @run-at document-start
// @version 1
// @grant none
// @noframes
// ==/UserScript==