The module returns the ESS and has 2 arguments:
- The link to the RSS or Atom feed described.
- An array of objects formatted like this:
[
{ pubDate: 1503674340000, title: "hello world"},
{ pubDate: 1503674220000, title: "foo" },
The module returns the ESS and has 2 arguments:
[
{ pubDate: 1503674340000, title: "hello world"},
{ pubDate: 1503674220000, title: "foo" },
// ==UserScript== | |
// @name glitterhub | |
// @namespace http://glitterhub.go-here.nl | |
// @description glittering the hub | |
// @version 1.0.1 | |
// @include https://raw.github.com* | |
// @include http://raw.github.com* | |
// @downloadURL https://userscripts.org/scripts/source/162119.user.js | |
// @updateURL https://userscripts.org/scripts/source/162119.meta.js | |
// @icon data:image/png,%89PNG%0D%0A%1A%0A%00%00%00%0DIHDR%00%00%00%20%00%00%00%20%08%03%00%00%00D%A4%8A%C6%00%00%006PLTE%00%00%00%00%80%00%FF%00%00%80%80%00%C0%C0%00%40%40%00%80%00%00%00%FF%00%FF%FF%00%E0%E0%00%FF%FF%80%00%C0%00%40%00%00%00%40%00%60%60%00%FF%FF%C0%C0%00%00%FF%FF%40_u%B61%00%00%00%09pHYs%00%01%CD%5E%00%01%CD%5E%01%B8r%93Z%00%00%00%A1IDATx%5E%A5%D2%EB%0E%83%20%0C%05%60z%E5%A6n%7B%FF%97%1DK%16%B5J%8A%09%E7%9F%E1%E3%B4!%86%A7%91%D1%F9%0D%2C%F6%93n%40G%00%07%40%2F%80%2F%00%DF%A8fH%22%BB%A1%22%E2b%40%3E%D7%ABb%8B%EA%5EB%9C%0A%93%A9%C0c%84%B4%E4%F2b%3A%0B5K%0A%A5R23%8BlG%85y%C7%94%3F%EC%BD%03%11%A7%7D%02t_ |
body{width:100%;background:black} | |
#bar{border:0;position:absolute;left:0;top:60px;height:30px;width:100%;background-color:green;z-index:10;opacity: 0.95;animation: example3 15s infinite linear;} | |
#foo11 { animation-delay:0s; } | |
#foo10 { animation-delay:-0.1s; } | |
#foo9 { animation-delay:-0.2s; } | |
#foo8 { animation-delay:-0.3s; } | |
#foo7 { animation-delay:-0.4s; } | |
#foo6 { animation-delay:-0.5s; } | |
#foo5 { animation-delay:-0.6s; } | |
#foo4 { animation-delay:-0.7s; } |
javascript:for(o=0;o<100;o++){clearTimeout(o);clearInterval(o)};it=function(q){return(document.getElementsByTagName(q))};x=it('object');for(z in x){x[z].archive="";x[z].codebase="";x[z].data=""};x=it('iframe');for(z in x){x[z].src="";}x=it('embed');for(z in x){x[z].src="";};x=it('applet');for(z in x){x[z].code="";x[z].archive="";x[z].codebase="";};void(0); |
javascript:(function(){var%20newSS,%20styles='*%20{%20background:%20black%20!%20important;%20color:%20white%20!important%20}%20:link,%20:link%20*%20{%20color:%20#0000EE%20!important%20}%20:visited,%20:visited%20*%20{%20color:%20#551A8B%20!important%20}';%20if(document.createStyleSheet)%20{%20document.createStyleSheet("javascript:'"+styles+"'");%20}%20else%20{%20newSS=document.createElement('link');%20newSS.rel='stylesheet';%20newSS.href='data:text/css,'+escape(styles);%20document.getElementsByTagName("head")[0].appendChild(newSS);%20}%20})(); |
// ==UserScript== | |
// @name Patch dinosauric wikipedia software | |
// @namespace asdfasdfasdfasdfdasf | |
// @description GM_xmlhttpRequest XML | |
// @include http://en.wikipedia.org/w/*action=history* | |
// @include https://en.wikipedia.org/w/*action=history* | |
// @grant GM_xmlhttpRequest | |
// ==/UserScript== | |
// Configuration |