Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.69.214.199
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
elinks-data /
examples /
smjs /
[ HOME SHELL ]
Name
Size
Permission
Action
README
1023
B
-rw-r--r--
google_video.js
624
B
-rw-r--r--
hooks.js
2.11
KB
-rw-r--r--
pornotube.js
899
B
-rw-r--r--
smartprefixes_bookmarks.js
1.23
KB
-rw-r--r--
smartprefixes_classic.js
5.72
KB
-rw-r--r--
smartprefixes_common.js
4.49
KB
-rw-r--r--
youtube.js
1.1
KB
-rw-r--r--
youtube2.js
1019
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : smartprefixes_bookmarks.js
/* Modern, bookmark-based smartprefixes */ var loaded_smartprefixes_common_code; if (!loaded_smartprefixes_common_code) { do_file(elinks.home + "smartprefixes_common.js"); loaded_smartprefixes_common_code = 1; } /* Create a top-level folder titled "smartprefixes". In it, add a bookmark * for each smartprefix, putting the keyword in the title and either a normal * URI or some JavaScript code prefixed with "javascript:" as the URI. When you * enter the keyword in the Go to URL box, ELinks will take the URI * of the corresponding bookmark, replace any occurrence of "%s" with the rest * of the text entered in the Go to URL box, evaluate the code if the URI * starts with "javascript:", and go to the resulting URI. */ function rewrite_uri(uri) { if (!elinks.bookmarks.smartprefixes) return uri; var parts = uri.split(" "); var prefix = parts[0]; if (!elinks.bookmarks.smartprefixes.children[prefix]) return uri; var rule = elinks.bookmarks.smartprefixes.children[prefix].url; var rest = parts.slice(1).join(" "); if (rule.match(/^javascript:/)) return eval(rule .replace(/^javascript:/, "") .replace(/%s/, rest)); return rule.replace(/%s/, escape(rest)); } elinks.goto_url_hooks.push(rewrite_uri);
Close