Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| let lastApp; | |
| const reg = /\<a href\=\"\/room\/(.{4})/; | |
| const link = 'https://www.mojcimer.si/search?city=koper&type=&minarea=&maxarea=&bedrooms=&bathrooms=&minprice=&maxprice='; | |
| $.ajax({ url: link, success: function(data) { | |
| lastApp = reg.exec(data)[1]; | |
| }}); | |
| setInterval(dejPreveri, 30000); |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.