The script below works on a normal webpage, but how I can make it work on local .htm files too? (When opened in the Chrome browser)
// ==UserScript==
// @name betterTwitter
// @version 0.5
// @namespace http://www.h4xful.net/
// @description Gets rid of the garbage on Twitter's side-panel.
// @include http://twitter.com/*
// @include https://twitter.com/*
// @include file://C:/Users/*.htm
... ...
The last line (@include file:...
) doesn't work at all. The script doesn't fire for a sample page.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…