The section that says "@include https*" in the user script is not allowing me to add the ability for it to load http websites along with https websites. I want to load both website extensions but the script is being a dick.
// ==UserScript==
// @Name Mouseover Popup Image Viewer
// @namespace http://w9p.co/userscripts/
// @description Shows images and videos behind links and thumbnails.
// @version 2016.4.17
// @Author kuehlschrank
// @homepage http://w9p.co/userscripts/mpiv/
// @icon https://w9p.co/userscripts/mpiv/icon.png
// @include https*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_xmlhttpRequest
// @grant GM_openInTab
// @grant GM_registerMenuCommand
// @grant GM_setClipboard
// @connect-src *
// ==UserScript==
// @Name Mouseover Popup Image Viewer
// @namespace http://w9p.co/userscripts/
// @description Shows images and videos behind links and thumbnails.
// @version 2016.4.17
// @Author kuehlschrank
// @homepage http://w9p.co/userscripts/mpiv/
// @icon https://w9p.co/userscripts/mpiv/icon.png
// @include https*
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_xmlhttpRequest
// @grant GM_openInTab
// @grant GM_registerMenuCommand
// @grant GM_setClipboard
// @connect-src *
Last edited by jimmyleen,
