Intent intent = new Intent(Settings.ACTION_ACCESSIBILITY_SETTINGS);
startActivity(intent);https://cmdwindows.com/create-file
type nul > filename.txt
https://riptutorial.com/gradle/example/14830/add-default-repository-for-all-projects
C:\Users\username\.gradle
"content_scripts": [
{
"matches": [
"http://*/*",
"https://*/*"
],
"js": [
"jquery-1.4.2.js",
"extension.js"
var arr = [];
arr[0] = "Jani";
arr[1] = "Hege";
arr[2] = "Stale";
arr[3] = "Kai Jim";
arr[4] = "Borge";
console.log(arr.join()); // Jani,Hege,Stale,Kai Jim,Borge
arr.splice(2, 0, "Lene");entry: {
'module/a/index': 'module/a/index.js',
'module/b/index': 'module/b/index.js',
},
output: {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js'
}
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
| document.querySelector('head') | |
| .insertAdjacentHTML('beforeend', | |
| `<style> | |
| #highlighter-top, #highlighter-bottom { | |
| background: red; | |
| height:1px; | |
| position: fixed; | |
| transition:all 300ms ease; | |
| } | |
| #highlighter-left, #highlighter-right { |
NewerOlder
