Google doc spreadsheets can be used as client-side-only data endpoints with the jsonp protocol
Here is a simple demo of my document that contains
name age
--------------
| node_modules/ |
| node_modules/ |
| class Import | |
| def self.incomplete_locales | |
| Locale.where(id: | |
| self.phrases.all_globally_pending.joins( | |
| 'JOIN projects_locales'\ | |
| ' on phrases_projects.project_id = projects_locales.project_id'\ | |
| ' and projects_locales.status_id != 0' | |
| ).pluck('projects_locales.locale_id') | |
| ) | |
| end |
| ######### CHROME + JQUERY ############### | |
| $('.phrase-checkbox').attr('checked') | |
| undefined | |
| $('.toggle-phrases').attr('checked') | |
| undefined | |
| $('.toggle-phrases').click() | |
| [ <input class="toggle-phrases" type="checkbox"> ] |
| // ==UserScript== | |
| // @name Access free ChristianScience.com content - most content is out of copyright, from 1800's | |
| // @namespace christianscience.com | |
| // @version 0.2 | |
| // @description enter something useful | |
| // @match http://*.christianscience.com/* | |
| // @copyright 2014+, @jakl | |
| // ==/UserScript== | |
| if (sharecode && $('#email').length) |
| <head> | |
| <link rel="stylesheet" type="text/css" href="radios.css"> | |
| </head> | |
| <body> | |
| <div class=radios></div> | |
| <script src='https://code.jquery.com/jquery-2.1.0.min.js'></script> | |
| <script src='./radios.js'></script> | |
| </body> |
| // require something | |
| require('twitter-text') |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml"> | |
| <head> | |
| <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> | |
| <title>*|MC:SUBJECT|*</title> | |
| <style type="text/css"> | |
| /* Mail Chimp Boiler Plate */ | |
| #outlook a{padding:0;} /* Force Outlook to provide a "view in browser" message */ | |
| .ReadMsgBody{width:100%;} .ExternalClass{width:100%;} /* Force Hotmail to display emails at full width */ | |
| .ExternalClass, .ExternalClass p, .ExternalClass span, .ExternalClass font, .ExternalClass td, .ExternalClass div {line-height: 100%;} /* Force Hotmail to display normal line spacing */ |