We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d45b3f commit 7383f32Copy full SHA for 7383f32
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "custom-javaScript-for-websites-2",
3
- "version": "3.3.1",
+ "version": "3.3.2",
4
"description": "Run custom JavaScript on any website.",
5
"scripts": {
6
"analyze": "NODE_ENV=production node utils/analyze.js",
src/js/run.js
@@ -69,5 +69,5 @@ const loadScripts = async (location) => {
69
.catch(catchErr)
70
}
71
72
-console.info("Custom JavaScript for websites enabled.\nPlease visit https://xcv58.xyz/inject-js if you have any issue.");
+console.info('Custom JavaScript for websites enabled.\nPlease visit https://xcv58.xyz/inject-js if you have any issue.')
73
loadScripts(window.location)
0 commit comments