fixed next still showing
This commit is contained in:
@@ -33,6 +33,11 @@ const butdelay = 75;
|
|||||||
//Matthew Tran's twitter and insta: @MATTHEWTRANN and @matthew.trann
|
//Matthew Tran's twitter and insta: @MATTHEWTRANN and @matthew.trann
|
||||||
$(function () {
|
$(function () {
|
||||||
next = $("#next_nav_link");
|
next = $("#next_nav_link");
|
||||||
|
chrome.storage.sync.get('loadAll', function (data) {
|
||||||
|
if (data.loadAll) {
|
||||||
|
$('[title*="next listing"]').remove();
|
||||||
|
}
|
||||||
|
});
|
||||||
loadDataBase();
|
loadDataBase();
|
||||||
//make heading and modal
|
//make heading and modal
|
||||||
if (!$("#kw_results_table").length) {
|
if (!$("#kw_results_table").length) {
|
||||||
@@ -156,7 +161,6 @@ $(function () {
|
|||||||
function loadNextPages() {
|
function loadNextPages() {
|
||||||
chrome.storage.sync.get('loadAll', function (data) {
|
chrome.storage.sync.get('loadAll', function (data) {
|
||||||
if (data.loadAll) {
|
if (data.loadAll) {
|
||||||
$('[title*="next listing"]').remove();
|
|
||||||
let link = next.prop('href');
|
let link = next.prop('href');
|
||||||
if (done && next && link) {
|
if (done && next && link) {
|
||||||
$("#nextlabel").css('display', 'inline-block');
|
$("#nextlabel").css('display', 'inline-block');
|
||||||
|
|||||||
Reference in New Issue
Block a user