- Установить Tampermonkey: https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo
- Установить этот скрипт, нажав на raw.
- Переходим на https://vk.com/lirs_kfu
- Долистываем до нелайканных постов
- Открываем дебаг консоль (F12)
- Вставляем скрипт
Автор не несет ответственности за то что не все пролайкано, считайте сами!!
UPD: Говорят скрипт приходится перезапускать. Стрелка вверх в консоли, потом Enter.
[AR1] int gi0/0/0
[AR1] ip add 192.168.10.62 26
I was too lazy to create an interface so all interaction with the script takes place through the console.
- Inject script. (for example using Tampermonkey)
- Open the console in browser (F12)
- Write
sonixParser.getSRT();
- Copy text from the console and save as .srt in text editor
sonixParser.getSRT({
This file contains 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
CREATE TABLE dog ( | |
id BIGINT, | |
name VARCHAR(100) | |
); | |
ALTER TABLE dog ADD CONSTRAINT dog_id_pk PRIMARY KEY (id); | |
CREATE TABLE dog1000 ( | |
id BIGINT, | |
name VARCHAR(100) |