To see if the script is applied, you can open the JS file and add this line:1 alert("Test");
... after this line:1 // ==/UserScript==
this works
In your JS folder, you could also create a new file called "alert.js", or whatever filename, that contains:1 alert("Test");
An alert should pop up when you visit the page and will let you know that the script has been applied.
this works too
Can you describe this blinking? What are the steps to reproduce this?
i`m just visiting this demo:
http://demo.opensourcecms.com/modx/manager/
and getting attached screenshots one by one (after pressing "ok" in javascript popup, it shows modx login screen for a fraction of a second, and then pop up again) in an infinite loop.
if i comment
in Fix MODX 1.00.js, modx login screen simply blinks approximately twice a second