Talk:Greasemonkey Manual:API: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
m Reverted edits by 95.139.183.100 (talk) to last revision by Arantius |
→extorrent.ru - маша и медведь скачать бесплатно: new section |
||
Line 24: | Line 24: | ||
: It is the general policy of Greasemonkey to ''not'' implement a special API just to build something that a user script can easily do on its own. Something like this is a perfect candidate for a reusable component in the [[:Category:@require Library]]. [[User:Arantius|Arantius]] 12:55, 27 July 2010 (UTC) | : It is the general policy of Greasemonkey to ''not'' implement a special API just to build something that a user script can easily do on its own. Something like this is a perfect candidate for a reusable component in the [[:Category:@require Library]]. [[User:Arantius|Arantius]] 12:55, 27 July 2010 (UTC) | ||
== extorrent.ru - маша и медведь скачать бесплатно == | |||
Отличный портал http://extorrent.ru/, nут просто масса всего, например скачать фильмы бесплатно , скачать фильм форсаж 5 , <a href=http://extorrent.ru/video.html?id=9589>воды слонам скачать</a>, наша раша торрент , интерны торрент и многое другое. Уверен каждый найдет что то для себя :) |
Revision as of 19:44, 10 May 2011
GM_getObject/GM_setObject
I think these two additional functions might be handy:
function GM_getObject( name, default )
function GM_setObject( name, value )
Implementation:
function GM_getObject(name, defaultValue) { var s = GM_getValue(name); if (s === undefined) { return defaultValue; } else { return JSON.parse(s); } } function GM_setObject(name, value) { GM_setValue(name, JSON.stringify(value)); }
- It is the general policy of Greasemonkey to not implement a special API just to build something that a user script can easily do on its own. Something like this is a perfect candidate for a reusable component in the Category:@require Library. Arantius 12:55, 27 July 2010 (UTC)
extorrent.ru - маша и медведь скачать бесплатно
Отличный портал http://extorrent.ru/, nут просто масса всего, например скачать фильмы бесплатно , скачать фильм форсаж 5 , <a href=http://extorrent.ru/video.html?id=9589>воды слонам скачать</a>, наша раша торрент , интерны торрент и многое другое. Уверен каждый найдет что то для себя :)