Manjaro Difference between revisions of "User:Andreas85/common.js"

Difference between revisions of "User:Andreas85/common.js"

From Manjaro
(wiked enabled)
 
(disable)
 
Line 1: Line 1:
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
(function ()
//(function ()
{
//{
var script = document.createElement('script');
// var script = document.createElement('script');
script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
// script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
script.async = true;
// script.async = true;
document.getElementsByTagName('head')[0].appendChild(script);
// document.getElementsByTagName('head')[0].appendChild(script);
}
// }
) ();
//) ();

Latest revision as of 11:43, 15 September 2021

// install [[:Wikipedia:User:Cacycle/wikEd]] in-browser text editor
//(function ()
//{
//	var script = document.createElement('script');
//	script.src = 'https://en.wikipedia.org/w/index.php?title=User:Cacycle/wikEd.js&action=raw&ctype=text/javascript';
//	script.async = true;
//	document.getElementsByTagName('head')[0].appendChild(script);
// }
//) ();
Cookies help us deliver our services. By using our services, you agree to our use of cookies.