This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // import {f_o_html_from_o_js} from "https://deno.land/x/[email protected]/mod.js"; | |
| // use this chrome extension to inject the script on youtube pages including /shorts/ in the url | |
| // https://chrome.google.com/webstore/detail/user-javascript-and-css/nbhcbdghjpllgmfilhnhkllmkecfmpld | |
| var o_s_prop_name_s_attribute_name = { | |
| "s_inner_text": "innerText", | |
| } | |
| let f_b_is_js_object = function(value){ | |
| return typeof value === 'object' && value !== null; | |
| } | |
| var f_o_html_from_o_js = function( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var f_display_editor = null; | |
| class O_error{ | |
| constructor( | |
| n_idx_line, | |
| s_text | |
| ){ | |
| this.n_idx_line = n_idx_line | |
| this.s_text = s_text | |
| } |
NewerOlder