CHIA SẺ SCRIPT QUIL...
 
Chia sẻ:
Notifications
Clear all

CHIA SẺ SCRIPT QUILLBOT PREMIUM - TAMPERMONKEY

5 Bài viết
2 Thành viên
0 Reactions
753 Lượt xem
Bài viết: 44
Positive contribution
Topic starter
(@bachthekat)
Active Member
Tham gia: 2 năm trước

Các bác cứ làm theo các bước là xài được :v
Bước 1: Tải tiện ích Tampermonkey trên trình duyệt web

Bước 2: : Mở file có đuôi ".js" ở dưới, sau đó copy nội dung (toàn bộ)

Bước 3: Chuột trái vào biểu tượng Tampermonkey ở trên thanh địa chỉ (gần gần đó)

Bước 4: Chọn "Create a new script", sau đó paste nội dung file vào

Bước 5: Chọn File -> Save -> Tên bất kỳ.

Bước 6: Đăng nhập vào quillbot bằng tài khoản bất kỳ.

Lưu ý: Chỉ dùng được trên nền Web, và không áp dụng cho tiện ích riêng của QuillBot.Có thể mở file bằng notepad r copy script vô tampermonkey nhé!!

Link tải file: https://gofile.io/d/kPDuGr

 

Trả lời
4 Trả lời
Bài viết: 44
Positive contribution
Topic starter
(@bachthekat)
Active Member
Tham gia: 2 năm trước

Dùng đc,hoàn toàn tốt nha các bác

Trả lời
3 Trả lời
Registered
(@viettien75)
Tham gia: 2 năm trước

New Member
Bài viết: 2

@bachthekat bác còn file ko ạ. Có thể gửi e dc ko. Thanks bác nhiều!!!

Trả lời
Positive contribution
(@bachthekat)
Tham gia: 2 năm trước

Active Member
Bài viết: 44

@viettien75

// ==UserScript==

	// @name Quillbot Premium Unlocker

	// @namespace quillbot.taozhiyu.gitee.io

	// @version 0.1

	// @description Unlocks Quillbot Premium so that you don't have to pay.

	// @author longkidkoolstar

	// @match  https://quillbot.com/* 

	// @icon  https://quillbot.com/favicon.png 

	// @require  https://greasyfork.org/scripts/455943-ajaxhooker/code/ajaxHooker.js?version=1124435 

	// @run-at document-start

	// @grant none

	// @license WTFPL

	// ==/UserScript==

	/* global ajaxHooker*/

	(function() {

	'use strict';

	// How's it going filthy code looker

	ajaxHooker.hook(request => {

	if (request.url.endsWith('get-account-details')) {

	request.response = res => {

	const json=JSON.parse(res.responseText);

	const a="data" in json?json.data:json;

	a.profile.accepted_premium_modes_tnc=true;

	a.profile.premium=true;

	res.responseText=JSON.stringify("data" in json?(json.data=a,json):a);

	};

	}

	});

	})();

 

script khác nha bn

Trả lời
Registered
(@viettien75)
Tham gia: 2 năm trước

New Member
Bài viết: 2

Đăng bởi: @bachthekat

@viettien75

// ==UserScript==

	// @name Quillbot Premium Unlocker

	// @namespace quillbot.taozhiyu.gitee.io

	// @version 0.1

	// @description Unlocks Quillbot Premium so that you don't have to pay.

	// @author longkidkoolstar

	// @match  https://quillbot.com/* 

	// @icon  https://quillbot.com/favicon.png 

	// @require  https://greasyfork.org/scripts/455943-ajaxhooker/code/ajaxHooker.js?version=1124435 

	// @run-at document-start

	// @grant none

	// @license WTFPL

	// ==/UserScript==

	/* global ajaxHooker*/

	(function() {

	'use strict';

	// How's it going filthy code looker

	ajaxHooker.hook(request => {

	if (request.url.endsWith('get-account-details')) {

	request.response = res => {

	const json=JSON.parse(res.responseText);

	const a="data" in json?json.data:json;

	a.profile.accepted_premium_modes_tnc=true;

	a.profile.premium=true;

	res.responseText=JSON.stringify("data" in json?(json.data=a,json):a);

	};

	}

	});

	})();

 

script khác nha bn

Dạ dc ạ. E cảm ơn nhiều!!! 

 

Trả lời




Chia sẻ:
Lên đầu trang