Tampermonkey / tampermonkey

Tampermonkey is the most popular userscript manager, with over 10 million users. It's available for Chrome, Microsoft Edge, Safari, Opera Next, and Firefox.
GNU General Public License v3.0
4.38k stars 430 forks source link

Page Issue even with empty script #596

Closed engycz closed 5 years ago

engycz commented 6 years ago

Page source Bakalari.zip

Page OK without script

1) Open file prubzna_.aspx.html from archive, 2) Click on the big black one 3) Window with details appears

Page issue with script

1) Install script Bakalari_script.user.js from archive (empty script which does nothing) 2) Open file prubzna_.aspx.html from archive, 3) Click on the big black one 4) Window will appear but without details

Specifications

Script

// ==UserScript==
// @name         Bakalari - prumery
// @version      1.2
// @author       engy@centrum.cz
// @license MIT
// @include      *prubzna.aspx*
// @grant        none
// @icon         https://image.prntscr.com/image/QpmNM_LxSfuaJL2vzUvczw.png
// ==/UserScript==
(function() {
})();
engycz commented 5 years ago

The issue still persist.

derjanb commented 5 years ago

This is working fine here. Any additional hints to reproduce the issue?

image

engycz commented 5 years ago

Really, it's fixed now.